I always seem to have a hard time with serial writes. When writing to flash
memory I need to send an 'A' as the two characters '41'. Not the hex 41,
but the two ascii characters. When I send I16 values I have less problem as
I can use the 'number to hexadecimal string' function. As example, I change
integer 10 to the 4 characters '000A'. Is there any other similarly simple
method to do the same for strings? I was able to make a vi to do this, but
I don't like using complex code when a simpler way could be used.