What steps will reproduce the problem?
Serial.write("test");
Serial.write((const uint8_t*)"test\n", 5);
What is the expected output? What do you see instead?
Edit USBAPI.h.
Find the class: Serial_
Add this line:
using Print::write; // pull in write(str) and write(buf, size) from Print
http://arduino.cc/forum/index.php/topic,109987.0.html
Original issue reported on code.google.com by dmel...@gmail.com on 14 Jun 2012 at 2:06
Original issue reported on code.google.com by
dmel...@gmail.com
on 14 Jun 2012 at 2:06