Monday, September 10, 2007
7 Comments:
-
Joe Johnston said...
-
“We have done a project with AIR connecting it to a serial port. Although we used a socket server to do the communication between the port and AS3, using bytearrays”
-
Doug Schmidt said...
-
“I don't think it is possible to talk to a serial port directly via AS3. You might have some luck trying the File API in AIR (try opening /dev/tty*), but there is no provision for baud rate or framing configuration.
I've already filed a feature request with Adobe, so maybe you can add your vote for it!
In the mean time, you can use a program like serproxy (with ports available on Win/Mac/Linux) and have your AS3 code connect over a local socket to serproxy. I'm using this technique to talk to an Arduino board via AS3.” -
Campbell said...
-
“You would need some sort of native proxy either in the form of a wrapper (Zinc style) or some sort of local port server (Like phidgets)”
-
e.dolecki said...
-
“this looks very interesting
http://people.interaction-ivrea.it/h.barragan/flashserialinterface.html”









