10-18-2005 12:41 PM
10-19-2005 11:59 AM - edited 10-19-2005 11:59 AM
Only one program can access a hardware resource at one time. If your default software is running and had control of COM1, then LabVIEW or any other software cannot access COM1. Your options are to either not execute the default software, or to disable COM1 access from the default software. Only then will LabVIEW be able to use COM1
Message Edited by Michael C on 10-19-2005 12:00 PM
10-20-2005 08:55 AM
start in a simple way:
don't start the control software.
connect your stepper to com?. use a USB2RS232 converter if you need an additional port or disconnect the joystick for this test an use com1(do this before you startup the PC to avoid a driver locking the port!).
open hyperterminal on com? and try out sending some test commands. Be shure the com port settings match (baudrate,parity,databits,stopbits,handshake)
If you succeed to execute commands, start with your LV program.
If you want to use the joystick you will need their documentation too ...