LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read from parallel port

I know it's possible to write some data to the parallel port using
LabVIEW, but I don'y know if it's possible to read from the parallel
port.
If someone knows, please advice.

Thanx for reading.

Paul


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 3
(3,319 Views)
paulhogan@my-deja.com wrote:
>I know it's possible to write some data to the parallel port using LabVIEW,
but I don't know if it's possible to read from the parallel port. If someone
knows, please advice.
Thanx for reading.
Paul

Yes, it is very easy to read from the parallel port. There have even been
some VIs floating around allowing you to use the parallel port for digital
I/O using the inport and outport VIs.

To just use it to communicate, just use the VISA VIs with the proper resource
name for the port you are using.
0 Kudos
Message 2 of 3
(3,319 Views)
If someone has an example, i'll appreciate it.
Thanxs

Paul

In article <38467e4f@newsgroups.ni.com>,
"Robert Young" wrote:
>
> paulhogan@my-deja.com wrote:
> >I know it's possible to write some data to the parallel port using
LabVIEW,
> but I don't know if it's possible to read from the parallel port. If
someone
> knows, please advice.
> Thanx for reading.
> Paul
>
> Yes, it is very easy to read from the parallel port. There have even
been
> some VIs floating around allowing you to use the parallel port for
digital
> I/O using the inport and outport VIs.
>
> To just use it to communicate, just use the VISA VIs with the proper
resource
> name for the port you are using.
>


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 3 of 3
(3,319 Views)