08-01-2008 01:07 PM
08-01-2008 01:21 PM
08-01-2008 01:27 PM
08-01-2008 01:28 PM
By 'our radiot products', I'm assuming that is a product of the company you work for and you should be able to get information on it. If the USB port does not appear as a com port in MAX or windows device manager, then it is not emulating a serial port. Of course, you may have failed to install the windows driver for it.
If there exists a windows driver, then that would be your best option for communicating with it. If this is a product your company sells, would it not ship with a driver?
08-01-2008 01:57 PM
08-01-2008 08:44 PM
Sorry for the hijack, but this is a related question... I have an LV application that works using COM1 on the PC. Customer wants me to change to a USB-to-RS485 converter. I installed the Windows driver for the converter, then plugged the converter into USB port on the PC. Windows and MAX both see the new port. What I'm not sure of is the best way to have the LV app find the converter. This application will be used on a variety of PCs so the COM port will be likely to change from PC to PC. Or even on the same PC, sometimes another USB device might get plugged in before the converter.
So the question is this: The converter will always have the same vendor ID. Is there a way for LabVIEW to look at the USB devices and pick the one with the correct ID ? Or maybe this is overkill... the Windows driver makes the converter look like a serial port (COM4 on my PC). The original app that worked with com1 used the VISA Configure Serial function with ASRL1:INSTR.
I can modify the LV app to force the user to pick from the available COM ports, but would prefer to make this happen automatically.
Any suggestions ?
08-02-2008 12:28 PM