LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read one U8 Number from the serial port (not a string!)

Hello!

How can I read one U8-Number from the serial port
and not an array or string?

Thanks for your help !!!
0 Kudos
Message 1 of 2
(2,279 Views)
You read the byte (will always be a string) and simply type cast or unflatten it to a U8 integer (those functions is found on the advanced -> data manipulation palette).
Message 2 of 2
(2,279 Views)