Great tutorial, except I can't get it to work. My Arduino doesn't seem to be getting the 0 or 1's, serproxy seems to be happy and connected and my flash functions are being called. As the Arduino is connected to serproxy I cannot use the serial monitor to see if it is receiving anything.
Found the answer:
I needed to add a flush after each write command. Also changed the writeInt to writeByte.
this tutorial is useless. you didnt provide the code.
Rk17 3 weeks ago
can you post all the code in the comments today?
dutchdagger 1 month ago
wheres the code for the action script and arduino men? where could i download it?
Rk17 2 months ago
This has been flagged as spam show
Great tutorial, except I can't get it to work. My Arduino doesn't seem to be getting the 0 or 1's, serproxy seems to be happy and connected and my flash functions are being called. As the Arduino is connected to serproxy I cannot use the serial monitor to see if it is receiving anything.
Found the answer:
I needed to add a flush after each write command. Also changed the writeInt to writeByte.
socket.writeByte (1);
socket.flush();
TheDarkGl0ve 10 months ago
Comment removed
TheDarkGl0ve 10 months ago
This is so awesome!
TD47 1 year ago