I have to admit I have to drive 400kms this weekend to pick up my gear to start playing but yes it does all look ok.
Even my manuals etc are at my base camp.
To get the DIGIMESH stuff to work it has to be done in API mode to speed things up
Reading more in the manual the only 2 things I can see is
there are a couple of charecters that have to be excaped and as such (from the manual)
"Escape characters. When sending or receiving a UART data frame, specific data values must be
escaped (flagged) so they do not interfere with the data frame sequencing. To escape an
interfering data byte, insert 0x7D and follow it with the byte to be escaped XOR?d with 0x20."
so can we do Xor'ing easily
and
all stuff has to be sent (and receieved) as hex. So there examples show each charecter having an 0x in front of it to apparently tell the radio its coming in hex. So I have to work out if I have to send that each charecter of simply once but can we do HEX easily?
Thanks guys