Hello,

Im currently attempting to read data from a serial port and manipulate that data to show what it represents. Although when I try to display the data my 0X00 is being converted into 0. I need the value to be 00.

I tried reading each byte into an array then checking if they were = 0. Then made a string = 00 (this also gets truncated to 0) in hopes to display the true value.

Any help would be appreciated, if I cant get these values right my project fails. Thank you again.