LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

usb virtual serial port

Setting the output queue to -1 solved the problem.
Thank you a lot jr_2005!

cheers,
Geiland
Labwindows 7.1- LabView 8
0 Kudos
Message 11 of 14
(1,355 Views)
You're welcome! Smiley Happy
 
JR
0 Kudos
Message 12 of 14
(1,350 Views)
Do you happen to be running on a multi-core PC with Windows XP?

There's a recurring theme of problems with com ports (especially with USB - rs-232 converters) hanging up on multi-core systems. 

N.I. denies it has anything to do with CVI, but we've found that defeating the multi-core or multi-CPU in the PC BIOS or the XP control panel solves the problem.  N.I. did finally tell me that the rs-232 library assigns separate threads to the input and output queues, if they exist.  You've defeated the output queue and the problem went away - if you're running a multi-core CPU I'll give you $20 to constrain the PC to a single core, enable the output queue, and tell me if it still works 🙂

menchar

0 Kudos
Message 13 of 14
(1,348 Views)
Hi menchar,
the software is currently running in a single core system. Anyhow thank you for the interesting information.

cheers,
Geiland
Labwindows 7.1- LabView 8
0 Kudos
Message 14 of 14
(1,334 Views)