04-04-2013 09:48 AM
If your getting a timeout error at read then there are two possible causes I can think of right now.
1) you are using the wrong terminating character
2) it is set to read a specific number of bits (instead of terminating on a character) and you aren't receiving all of the bits. So VISA is waiting for the rest of them.
Both solutions involve making sure that you are in fact using the correct terminating character on reads.
04-04-2013 09:54 AM
Have you tried some of the supplied exsamples for the driver ?
Have you tried using the "Initialize.vi" ?
You shouldn't use the VISA vi's directly, you should only use the driver vi's.
04-10-2013 08:00 AM
Hello sir,