LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

'Serial Port Write' does not work with FTDI USB<->RS232 converter

With COM1 my LabVIEW 5.0 program works fine. When I
switch to COM3 (USB to serial converter) only write
operations work. The FTDI Win2k driver should work
with every application based on the Win32 COMM API.
So does LabVIEW use the Win32 COMM API for serial
communication under Win9x,NT,2k or does it provides
its own driver?
0 Kudos
Message 1 of 3
(3,106 Views)
LabVIEW should be using the Win32 API. Have you tried using COM3 in anything besides LabVIEW? Hyperterminal perhaps? Are you using VISA or the regular serial VIs?
0 Kudos
Message 2 of 3
(3,106 Views)
I am also having the same problem with the same setup, but have found if you go into a terminal program first and get it to init. the serial port, when you come back to labview you can read and write to the port. I would think then that labview is not initializing the port thourgh the usb to serial driver. What do you think?
0 Kudos
Message 3 of 3
(3,106 Views)