riverlet / simple-modbus

Automatically exported from code.google.com/p/simple-modbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Micro usb serial not working

GoogleCodeExporter opened this issue · comments


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 lii...@gmail.com on 15 Dec 2013 at 4:04

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 bester.j...@gmail.com on 18 Dec 2013 at 2:25

  • Removed labels: Type-Defect