I am trying to use the serial communication to communicate with a microcontroller. I need to send numbers between 0 and 255 from LabVIEW to a microcontroller. The Write vi needs the input a string. I need to convert an unsigned byte in an ASC II character then after the microcontroller receive it to convert it back to a number. I am not sure this will work because I need to send numbers between 0 and 255 and the ASC II is up to 127. Thanks in advance for any other idea.