12-20-2006 03:40 PM
12-20-2006 03:48 PM
12-20-2006 03:49 PM
USB to RS232 converters create a virtual port in your operating system. You should make sure that you chose the correct port in your LV program (I believe you'll need to restart LV after connecting the USB device before you'll see the port in the VISA resource list) and that all the serial settings are configured correctly both in your program and in the OS (Control Panel>>System>>Hardware>>Device Manager in Windows).
Normally you can configure the port using VISA property nodes, so there shouldn't be any need to configure the device in the OS as well.
12-21-2006 03:01 AM
12-21-2006 11:40 AM
12-21-2006 11:45 AM
12-21-2006 12:08 PM - edited 12-21-2006 12:08 PM
Message Edited by xradian on 12-21-2006 12:08 PM
02-21-2007 10:53 AM
11-05-2007 08:40 AM
Hi,
When you use USB to Serial Converter then it's like your giving USB connectivity to your PC but latter it will convert to Serial by that converter. So it means at Laptop side you have USB device only but if you want to link any Serial (RS232) software/application with this USB to Serial Converter then you need two types of Driver
1) USB device driver for that converter
2) VCP i.e.
Generally it will create COM port with Address COM4, COM6 like that. So you need VCP which will be dedicated for that USB to Serial Converter.
ALL the Best :manwink:
11-05-2007 01:32 PM - edited 11-05-2007 01:34 PM