03-13-2008 03:18 PM
03-13-2008 03:21 PM
03-13-2008 03:27 PM - edited 03-13-2008 03:27 PM
The VISA Write doesn't do any conversion at all. It just sends whatever you pass to it. If you convert your number to ASCII, then it will send ASCII. You can use the type cast function. Another option is the Byte Array to String.
03-13-2008 03:29 PM
03-13-2008 03:38 PM