LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure parallel port to acquire data from from the external cct using labVIEW 7.0

hi friends, Am a student  working on a project using labVIEW 7.0. I want to confiigure the parallel port of my pc to acquire the signal from the external cct. how do i go about it
0 Kudos
Message 1 of 2
(2,556 Views)
What is this external cct? Sometimes acronyms are not understood by everyone. If you wish to use the parallel port as a poor man's digital I/O port you should be aware that you cannot control individual bits. You must update a port (8 bits) with a new value. Examples ship with LabVIEW on how to do this. You can search the Example Finder (Help->Find Examples and search for "parallel"). Also, do a search on these boards and you'll find plenty of examples.
0 Kudos
Message 2 of 2
(2,545 Views)