12-06-2005 09:02 AM
12-07-2005 05:53 PM
Hi ynien:
Is all of this in MAX? Are you ever able to Open a VISA Session in MAX? The error you are getting is a timeout error. This is usually an indication of incorrect termination in the VISA write? How are you verifying that your VISA write is working?
Regards,
Emilie S.
12-21-2005
10:57 AM
- last edited on
11-25-2025
07:14 PM
by
Content Cleaner
VISA actually uses the Windows API to allow access to the parallel port in VISA. Due to the limitations of the Windows API, only write operations are allowed through VISA commands to the parallel port.
In order to perform parallel port input, it is necessary to program the parallel port directly.
01-05-2006 09:40 AM
Dear all
Thank your for your reply.
I'm sure that MAX can see the parallel port, and named LPT2 and LPT3 ( the card has 2 port), and I can use VISA to write data ( but can't read).
The way I verify is connect parallel with LED, I can see it show the light correct.
Due to VISA can't work well, I use IN/OUT port to write directly, But the LED didn't shown any change.
Recently, I try USB-RS232, MAX can see the device, and I can config many porperty like delay time....when using NI-VISA3.31, But it can't read write data.
I also read write directly, and test it by UART self-test, and it didn't work, either.
I'm tring another way to control the computer ports. If you have any suggestion, please tell me.
Thank you!