Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino Micro usb serial not working #24

Open
GoogleCodeExporter opened this issue Oct 13, 2015 · 1 comment
Open

Arduino Micro usb serial not working #24

GoogleCodeExporter opened this issue Oct 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor


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

@GoogleCodeExporter
Copy link
Contributor Author

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 comment by [email protected] on 18 Dec 2013 at 2:25

  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant