07-31-2007 10:16 AM
08-03-2007 05:07 AM
Hi there,
Those VI's are using direct DLL calls. It might be worth trying to VISA serial vi's to communicate with your LPT1 port.
The VISA calls are what MAX uses to talk over the Parallal port so you might have more luck.
They are under >> Functions>>Data Communication>>Protocols>Serial.
AdamB
08-03-2007 05:28 AM
09-10-2007 06:36 PM
09-26-2007 08:35 AM
09-27-2007 03:08 AM
Hi,
At this moment I am using the parallel port for interfacing to a board to set parameters inside a IC.
I am using the write port function to write directly to the parallel port registers.
Is this an option ?
09-28-2007 09:35 AM
10-01-2007 01:44 AM
10-03-2007 06:34 AM
10-03-2007 07:03 AM
Hi Adam,
Like I said I use the write port function to write data to a chip without any problem.
can you tell me how you tested this ?