We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have an Arduino Mega with an RN-XV wifi module. I would like to send data to and from my Arduino to my Processing interface. I am able to do this using the net library via LAN. But, I would like to port my code into processing.js(I have done this) and then send and receive data from the Arduino to my web page. Is there any means of doing this?
The data to be transferred is a string. Any help would be greatly appreciated..