[29/04/2018 19:10:43] - Open port COM3 (C:\Program Files (x86)\VA2FSQ\Win4IcomSuite-v1.00-x64\Win4IcomSuite.exe)
[29/04/2018 19:10:43] - Close port COM3
[29/04/2018 19:10:43] - Open port COM3 (C:\Program Files (x86)\VA2FSQ\Win4IcomSuite-v1.00-x64\Win4IcomSuite.exe)
[29/04/2018 19:10:43] - Close port COM3
It just won't connect. I am using the .NET serial port class.
Any ideas?
Thanks
Discussion Forums
Interface
Answered
Answered
More details....
Upon doing a port open in .NET I receive an exception that the maximum baud rate is 23800!
The code is very simple....NET 4.0 where baud is 115200
port = new SerialPort(comport, baud);
port.Open();
Then the exception happens that the maximum baud rate is 23800
0
I found the issue. Icom radios use the version 6.xxx drivers. Windows update has installed the Universal Windows Drivewr. This drivers reports a maximum baud rate of 23800 when used with Microsoft .NET
Correct Answer
0
Thanks for sharing.
0
I found the issue. Icom radios use the version 6.xxx drivers. Windows update has installed the Universal Windows Drivewr. This drivers reports a maximum baud rate of 23800 when used with Microsoft .NET upsers
0
Yes the problem is with baud rate capacity...U need to keep an eye to that and solve the problem of baud rate..It will solve your problem myccpay
0
Thanks for sharing it worked finally. much appreciated. soap2day
Cannot connect to Cp210x USB to UART at 115200
I have a funny problem. I have two computers out of a few hundred that connect to a serial port at 115200. They can connect fine at 19200.
Here is the trace from a serial port sniffer.
19200 Baud Trace:
[29/04/2018 19:05:26] - Open port COM3 (C:\Program Files (x86)\VA2FSQ\Win4IcomSuite-v1.00-x64\Win4IcomSuite.exe)
[29/04/2018 19:05:26]Changed baudrate: 19200
[29/04/2018 19:05:26]Disabled RTS
[29/04/2018 19:05:26]Disabled DTR
[29/04/2018 19:05:26]Changed line control: Databits 8, Parity none, StopBits 1
[29/04/2018 19:05:26]Changed flow control: ControlHandShake 0x00, FlowReplace 0x00, XonLimit 55546, XoffLimit 55546
Here is at 115200
[29/04/2018 19:10:43] - Open port COM3 (C:\Program Files (x86)\VA2FSQ\Win4IcomSuite-v1.00-x64\Win4IcomSuite.exe)
[29/04/2018 19:10:43] - Close port COM3
[29/04/2018 19:10:43] - Open port COM3 (C:\Program Files (x86)\VA2FSQ\Win4IcomSuite-v1.00-x64\Win4IcomSuite.exe)
[29/04/2018 19:10:43] - Close port COM3
It just won't connect. I am using the .NET serial port class.
Any ideas?
Thanks
More details....
Upon doing a port open in .NET I receive an exception that the maximum baud rate is 23800!
The code is very simple....NET 4.0 where baud is 115200
port = new SerialPort(comport, baud);
port.Open();
Then the exception happens that the maximum baud rate is 23800