LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Port - RS 232 - Error -

Hi !


I just took the basic example from LabView and my problem is given in the picture !



With Best Wishes



Message Edited by Support on 11-09-2007 08:33 AM
0 Kudos
Message 1 of 3
(2,728 Views)
This usually means the port is in use by something else. Maybe a PDA sync application, or it was not closed correctly the last time LabVIEW tried to use it.

Make sure nothing is using the port. Try restarting LabVIEW to dump any open references to the port and give it another shot with the example program.

Ed


Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 2 of 3
(2,718 Views)
I had a similiar problem trying to communicate to my HP 34970A using com 1. I opened the Measurement and Automation explorer and found that com 1 wasn't in the tree. I added it and all is well. Also I have RSLINX that hogs com 1 so before I try to communicate with anything I have to stop RSLinx from running.

Ev
0 Kudos
Message 3 of 3
(2,694 Views)