Hello! I apologize in advance for my English.
I’m starting a new project and plan to use your library for serial communication. However, the chip I need to use is the CH34x with a baud rate of 115200, and I couldn’t find support for this configuration. Will your library support this baud rate in the future?
Hi, What programming…
Hi,
What programming language are you using?
BR,
Mikko
Hello, Kurumi. I intend to…
Hello, Kurumi.
I intend to use Java.
Hi, Baud rate 115200 is…
Hi,
Baud rate 115200 is supported, but it was not shown on the Properties dialog.
That is now fixed to version 1.0.28.
BR,
Mikko
Thank you for the quick…
Thank you for the quick response and support, Kurumi!
In the future, we are considering developing something for Android to help our users. Does the gurux.serial.android library offer the same support?
Hi, Android support depends…
Hi,
Android support depends on the chipset manufacturer.
You need to test that with your USB-to-serial port converter.
BR,
Mikko
Unfortunately, the Android…
Unfortunately, the Android library does not support the CH340 chip with a baud rate of 115200.
Hi, Support for Baudrate…
Hi,
Support for Baudrate 115200 has been added to Android. Ge the latest version.
BR,
Mikko
Hello, Kurumi. I ran some…
Hello, Kurumi.
I ran some tests, but the "Invalid baud rate value" error is still occurring. Looking at the code, it seems that the "setConfig" method, which is called when opening the port, is not configured to support this baud rate.
Hi, I found only an optical…
Hi,
I found only an optical probe that uses CH34x. The optical probe's max baud rate is 9600, so I was not able to test this CH34x with a baud rate of 115200.
Get the latest version from GitHub and let me know if you have problems.
The USB to serial port converter that uses CH34x chipset is ordered. There will be no new release before this is tested with CH34x.
BR,
Mikko