Zakaria Wahabi
Zakaria Wahabi

Reputation: 213

communicate with serial port via as3

i have an application made with flash (AS3), the application is pretty simple , the are a few images that is shown , you have to choose if the image shown is true or false like a quizz, to choose the right answer you have to tap on a material buzzer that send an asci code to me (electronic solution) and i fetch the code and if the answer is true or false it show the result , probleme is : we want to change color of buzzer if the answer is good or not (red / green), to do that i have to send the good answer to the buzzer via serial port to chenge the buzzer LED color corresponding to that answer... is there any solution with AS3 ??

Upvotes: 0

Views: 916

Answers (1)

Nemi
Nemi

Reputation: 1032

Use socket-proxy-serial like serproxy and call it using NativeProcess.

Upvotes: 1

Related Questions