Hi, I use xbee for send data by sensor to arduino with ethernet shield (for website). But I have a problem, i receive the data on "char" but i have 3 variables and they are assemble. For example I have 3 data : 3, 15, 511. data receiving 315511, how i separate ?
The fact that the data was transmitted and received by a pair of XBees has no bearing on the problem.
The problem is that you failed to post any code, so we can't see if you have a string to parse, a String to parse, or not a hope in hell of parsing anything.
Can you send the data with separators - such as "3,15,511" ? That will make the parsing very much easier - especially if the length of the parts can change.
I post a pic of my problem, left is the transmitter and right is receiver. I send 3 data but at the reception the are all in on variable (choseLue), how i separate ???
Apart from the fact that your image is too small to read it would have been much more useful (and polite) if you had responded to the Replies you have already received.