Export to GitHub

as3-arduino-connector - issue #23

Problem on Arduino Leonardo


Posted on Jun 17, 2013 by Quick Monkey

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); }

Comment #1

Posted on Dec 10, 2013 by Happy Bear

Unable to reproduce. Make sure you have the baud rate set correctly on both sides...

Status: WontFix

Labels:
Type-Defect Priority-Medium