LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

String modifiers

I need to send a 16 byte command to the com1 buffer using comWrt (ie: "AA1000FFFFFFFFFFFFFFFFFFFFFFFFFF").
What string modifiers would I use so it doesnt convert the string to ASCII values and therefore needing 32 bytes.
0 Kudos
Message 1 of 2
(2,847 Views)
The string modfiers to format 8-bit values into a string is %c. It accepts values in the range 0÷255.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,847 Views)