Animate communication with arduino
Copy link to clipboard
Copied
Hi, i am working on a presenation in Animate and would like to control some LEDs connected to a arduino.
I checked every a lot of links on the net but they all are pretty old.
Is there a more recent way to communicate between Adobe Animate and Arduinos serial port?
The only thing i´ve found is a programm called serialproxy that has been used with adobe air and flash.
Thanks!
Regards
Pete
Copy link to clipboard
Copied
It probably depends upon the platform you are working in. If you want to stick with AIR - it seems you have a solution already with serialproxy. If you want to go native web - I'm sure there are similar JS packages that would allow communication.
https://stackabuse.com/how-to-program-an-arduino-with-javascript

