LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sending a ascii #3d character

hi there!

for programming my datalogger, i have to send a ascii-character #3. how i
can do this?
best thanks for solutions!

greetings chris
0 Kudos
Message 1 of 2
(2,295 Views)
Hi Chris

If you are using 'format and append' or 'format into string' functions then '\3' in your format string will generate the
appropriate ascii char.

If all you want to do is to generate any ascii char from a number. I would then suggest you use the 'Type Cast' function
(Advanced\Data Manipulation), to cast a U8 to a string.

The final way I know how to do this is to use the 'Byte array to string' function.

To view the string you have generated, use change the string indicator to '\' codes display via it's pull down menu.

Hope some of this is helpful

Tim

Chris Herzig wrote:

> hi there!
>
> for programming my datalogger, i have to send a ascii-character #3. how i
> can do this?
> best thanks for solutions!
>
> greetings chris
0 Kudos
Message 2 of 2
(2,295 Views)