11-27-2003 11:06 AM
11-27-2003
12:58 PM
- last edited on
07-21-2026
08:27 AM
by
Content Cleaner
As always I'm not sure, but it looks very similar to question posted recently on this forum. Look here [broken link removed], hope this helps. 13 is 0x0D in hex and is a code for ASCII carriage return ("\r" in LV). Codes 17 and 19 are special codes used as flow control characters in some serial communication protocols and you must disable this setting the VISA serail settings->flow control property accordingly (to "no control" or any other not involving XON/XOFF codes, but be sure to set them to be the same on both computers). Also it is a good practice to check and set the rest of VISA serial communication properties BEFORE starting a co
mmunication.
12-03-2003 12:06 PM