LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

921600 Baud Rate

I am getting this error:

paulknightzeroaviacom_0-1753455141174.png

when I try to do an OpenComConfig with any baud rate greater than 115200.

I can open the port using TeraTerm all the way up to 921600.

 

The code is nothing special 

iStatus = OpenComConfig(1,
"COM1",
921600,
0,
8,
1,
4096,
4096);

0 Kudos
Message 1 of 2
(149 Views)

Not my code, LabWindows RS232 library can't.  I wrote code using the Windows SDK and it works fine.

0 Kudos
Message 2 of 2
(77 Views)