11-17-2010 06:36 PM
Solved! Go to Solution.
11-17-2010 08:34 PM
What did you search for? The same question has been asked hundreds of times.
First, learn to right click. If you had done this on your string control/constant, you would have seen the Hex Display and '\' Code Display options.
If you want, you can use a U8 to define a single byte. Use the typecast function and wire the output to the VISA Write.
You can use a U8 array and either the typecast or Byte Array to String. The Flatten to String can be used instead of the typecast if you want.
11-19-2010 07:05 PM