Hello guys,
I'm quite new to Processing and Arduino, and I would like to know if it was possible to send data via Xbee and Processing.
I'm sure it is not really clear :/
Let's try to explain it simply ! I've got an Arduino board with a Xbee module on it (Wireless communication). So to communicate between the two Xbee receptors, I'm using the Serial library. Also, I wanted to send data to Processing, even if the Xbee is on the Arduino, also with the serial library.
My question would be: Is it possible to send data to both systems, or data will be only send to Xbee ?
(Also, no quite sure if I have to post this on the Arduino forum or the processing one, so I'm posting in both)
If someone has already try this, tell me, that would be very helpful !