I've been trying to send an int from an xbee to other xbee.
i have
int x, y, z;
when i send those values, i receive in the other side de ascii code of each of the digits of this values, is there a way to get the value of that variables instead of the ascii code of each one of their digits?