2009-11-09 11:55:15 UTC
HI,
How can i convert my binary values to strings so i can write to serial as text? i have a variable defined as a word, couting up and need to output it as a string.
DIM time as Word
XMITPRINT ("hello") ' works fine
XMITPRINT (time) 'doesnt work
Thanks in Advance