Re: labview (serial port from usb)



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. Virtual COM Port, Which will create one virtual COM Port for your Software application and link it to USB Physical port

 

   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:
.



Relevant Pages

  • Re: serial driver
    ... port i.e. COM1 through my emulator and transfer data at some predefined baud ... USB device driver will monitor the slot in the sense that it will know if ... with your previous serial port/baud rate question? ... port settings. ...
    (microsoft.public.windowsce.app.development)
  • Re: Read data from serialport while Wait for events in event structure ?
    ... a sub-vi to open the COM port, send the commands to flow meter, then close the port. ... Upon pressing config button, set sample rate and other config.  If only done once, then you can also do this outside the while loop at the same location as the COM port open. ...
    (comp.lang.labview)
  • =?iso-8859-1?Q?Re:_I_can_do_the_WRITE_but_i_can?= =?iso-8859-1?Q?=B4t_do_the_READ_fr
    ... Set the values as recommended by the manufacturer of the device connected to the port. ... You should be ready to go.  Once you have a device connected to the port, you should be able to type something in the window similar to the one below. ... Usually, when first connecting / turning on a device, some sort of message appears saying the model designation of the device, etc.. ...
    (comp.lang.labview)
  • Re: serial communications
    ... serial communication follows this description: ... Open serial communication ... Configure port ...
    (comp.lang.labview)
  • =?iso-8859-1?Q?=3F=3F=3F_the_problem_when_using_LabVIEW_VISA?=
    ... I noticed there was a VISA error code, ... I also used a property node of Bytes at Port before VISA Read. ...
    (comp.lang.labview)