-
Notifications
You must be signed in to change notification settings - Fork 123
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
Wrong informations with Com port #129
Comments
Thank you for reporting this issue!
Could you please provide an example of what
We have to look into it. There are other serial port abstractions in rust around. But I have not worked with them and cannot tell you off the cuff. |
Hello @charleselie, we've merged #137 which is likely to solve your issue. Could you please give the current master a try? You can use this revision by replacing your dependency with the unreleased changes in
Feel free to reopen this issue if your problem still exists with. |
Hello,
I'am building an app on my PC in rust using Slint for the GUI.
This app is communicating through USB with a board with rust embedded code on it.
On the embedded code I can change inforamtions such as "manufacturer", "serial number", ....
But unfortunately, I can't get all those informations on my app, for example the manufacturer is always wrong.
Is there a fix for that ? or another lib to use ?
charles-élie
The text was updated successfully, but these errors were encountered: