wilbown / as3-arduino-connector

Automatically exported from code.google.com/p/as3-arduino-connector
0 stars 0 forks source link

Problem on Arduino Leonardo #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I made a simple test application, and Arduino Uno(and Diciemila) works ok, but 
Arduino Leonardo cannot work

Windows 7(32bit), Flash CS6

// arduino code
void setup() {
  Serial.begin(9600);
}

void loop() {
  Serial.write("hello");
  delay(1000);
}

Original issue reported on code.google.com by jaegonl...@gmail.com on 17 Jun 2013 at 9:20

GoogleCodeExporter commented 9 years ago
Unable to reproduce.  Make sure you have the baud rate set correctly on both 
sides... 

Original comment by Nicholas...@gmail.com on 10 Dec 2013 at 7:46