-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not set baudrate #29
Comments
I have same issue when I attempt to set port.config.baudRate = 9600;
var config = SerialPortConfig();
config.baudRate = 9600;
port.config = config;
UPD: As I seen in |
Thanks @katyo for sharing that discovery. Setting the config after opening the port, solve my issue also. Great! |
Hi, I may be late to answer to this, but thinking it will help others who end up at this problem.
|
Thanks @VinayakaKS I'll check it further to avoid issues when config is set before opening |
That's weird, but it indeed works if setting config takes place after .openReadWrite(), not before. |
when I set baudrate it does not work at all.
The text was updated successfully, but these errors were encountered: