I've got Arduino and Flash AS3 Glue/Firmata up and running and I must say its really fantastic. One strange problem though that I can't figure out is when first booting up the computer, then running serproxy, and then my Flash application, everytime the Arduino is not found. When I run the Flash application a second time, everything is fine. Unfortunately the project I'm working on is a kiosk type one so it needs to work un-attended the first time. I get the same results on both WinXP and running on LINIX on multiple computers so I'm pretty sure its something in the code. I also experienced the same problem using the sample test arduino app that comes with the as3glue download. On WinXP, here's my serproxy.cfg, I'd welcome any ideas.
Thanks in advance,
Al
Config file for serproxy
See serproxy's README file for documentation
Transform newlines coming from the serial port into nils
true (e.g. if using Flash) or false
newlines_to_nils=true
Comm ports used
comm_ports=1,2,3,4,5,6
Default settings
comm_baud=57600
comm_databits=8
comm_stopbits=1
comm_parity=none
Idle time out in seconds
timeout=300
Port 1 settings (ttyS0)
net_port1=5331
Port 2 settings (ttyS1)
net_port2=5332
Port 3 settings (ttyS2)
net_port3=5333
Port 4 settings (ttyS3)
net_port4=5334
Port 5 settings (ttyS4)
net_port5=5335
Port 6 settings (ttyS5)
net_port6=5336