07-17-2008 10:22 AM
07-17-2008 10:49 AM
For VISA, the buffer size is the size of the buffer defined in the driver for your serial port. It has nothing to do with the instrument on the other end.
It would be the number of bytes allowed to accumulate at the serial port of your PC before your program would need to do a VISA read. If more bytes came in than the buffer size before you do a VISA read on the port, I'm sure an error woul get generated at the time you do a VISA read.
07-18-2008 12:25 AM
07-18-2008 02:47 AM
07-18-2008 06:29 AM