Get data into processing from Arduino via Wifi Module

edited May 2014 in Arduino

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..

Sign In or Register to comment.