LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read a memory

Solved!
Go to solution
I am using a LPT port from my PC to communicate with my device (CHIP), my device contain 60x8-bit registers meaning 60 different adresses, I need then to send data to thoses registers by adresing them and be able to read from them the contains choosing then respective adress then display them on a table (DUMP).Does anybody have ever done such an application, it is possible to have an example?I am using LAbview 7.1
Thanks in advance for your help
0 Kudos
Message 1 of 2
(2,343 Views)
Solution
Accepted by topic author BENIO
Reading and writing to parallel port is done by using VISA. Call VISA Open to open the resource. The you can call VISA Write, VISA Read to write and read. At the end call VISA Close. The resource name can be determined from MAX. Go to Devices & Ports >> Ports then you will see a list of the ports in your PC. Mine has one parallel port named "ASRL10::INSTR" and has the alias LPT1.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 2
(2,333 Views)