01-30-2004 03:41 PM
02-01-2004 05:36 PM
02-03-2004 09:21 AM
04-16-2004 06:24 PM
08-08-2007 03:04 AM
08-08-2007 08:19 AM
08-08-2007 09:36 AM
I ran some tests a while back. I can't find the actual numbers right now but here are the results in a nutshell
1 - USB-serial adapter will always be much slower than a regular built in COM port or PCI adapter. The extra time seems to be in the time it takes to communicate between LV and the actual hardware.
2 - PCMCIA adapter was twice as fast as USB adapter.
That said, you need to make sure your code is as clean and efficient as possible. Code needs to be optimized to minimize the number of VISA Reads and writes. Also, if possible, avoid hardware handshaking if possible and unecessary flushing of buffer.
I'll second the suggestion by Dennis to post your code and what you are communicating with.
08-09-2007 10:51 AM
08-09-2007 11:05 AM
08-10-2007 02:33 AM - edited 08-10-2007 02:33 AM
Message Edited by j_f on 08-10-2007 02:34 AM
Message Edited by j_f on 08-10-2007 02:34 AM