You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino Micro usb serial does not work like this.
Serial1 works but serial ower USB not working.
tested with arduino slave library v8 and Mach3 CNC software in computer.
Original issue reported on code.google.com by [email protected] on 15 Dec 2013 at 4:04
The text was updated successfully, but these errors were encountered:
This is correct. The Serial object on the Micro is totally different than the
Serial1 object. That's part of the core, can't be blamed for that. You can
still change the library by removing all instances of HardwareSerial and just
put Serial.***
Have a look at Input and output section at
http://arduino.cc/en/Main/ArduinoBoardMicro
Original issue reported on code.google.com by
[email protected]
on 15 Dec 2013 at 4:04The text was updated successfully, but these errors were encountered: