danriegsecker / as3glue

Automatically exported from code.google.com/p/as3glue
0 stars 0 forks source link

requestFirmwareVersion failing #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Uploaded Firmata to my Arduino Mega board
2. Configured serproxy with the serial port and baud rate. Says it's waiting 
for clients
3. Loaded the monitor, which connects with Serproxy. Gets stuck on "Wait one 
moment"

requestFirmwareVersion seems to fail. I saw the other similar issue, but I can 
verify I have Firmata running on my board. I tried the standalone 
"firmata_test" application, and that works great.

Running OSX 10.7.2. I also tried the AS2 version, but it also did not work. I'm 
out of ideas, unfortunately. I also made sure I had the serial monitor shut 
down in Arduino, because I read that can sometimes cause issues.

Original issue reported on code.google.com by hudre...@gmail.com on 21 Nov 2011 at 12:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I believe this error has to do with whether or not the application is running 
within a swf that is embedded into an html page, as apposed to the standalone 
flash player. I was getting this problem when working in Flashbuilder and then 
testing in the standalone flash player (debug). When I debugged my app as a web 
application in the browser it worked. I decided this was fine because I could 
go utilize fullscreen mode and have it look as if the application was 
standalone.

Original comment by mikhail@radiomansion.com on 27 Jan 2012 at 12:25