Project:YAAC: Difference between revisions
From London Hackspace Wiki
→Serial communication over USB
| Line 186: | Line 186: | ||
=== Serial communication over USB === | === Serial communication over USB === | ||
Arduino Serial.begin() and Serial.print() statements are understood by the AT90USB162 libraries. Statements will be echoed to the Arduino's Serial Monitor, once the correct Serial Port - USB device mapping has been selected in: | Arduino Serial.begin() and Serial.print() statements are understood by the AT90USB162 libraries. Statements will be echoed to the Arduino's Serial Monitor, once the correct Serial Port - USB device mapping has been selected in the Arduino IDE: | ||
Tools > Serial Port > ''USB Device'' e.g. /dev/ttyUSB000 | Tools > Serial Port > ''USB Device'' e.g. /dev/ttyUSB000 | ||