Can the Javelin handle Doubles!!!
Hello:
I'm in the process of writing some code for my javelin, to interface with some Xbee modules, I need to send information to specific nodes, so I need to enter their addresses.........well this is the challenge... this Addresses are READ ONLY Hex numbers, My question is can the javelin handle a double... or a number big enough.
victor
I'm in the process of writing some code for my javelin, to interface with some Xbee modules, I need to send information to specific nodes, so I need to enter their addresses.........well this is the challenge... this Addresses are READ ONLY Hex numbers, My question is can the javelin handle a double... or a number big enough.
victor
Comments
But since you read in data from the xbee using a uart,
you need to store it in a char array first anyway.
You can just as well keep it there.
A four byte character array will hold a 32bits address.
regards peter