-
Notifications
You must be signed in to change notification settings - Fork 36
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
USB Serial port not listening on connect #70
Comments
Hi, when I open the port in flutter to my USB serial port, it opens fine. But the port won't listen for incoming messages. If I close the port in the app and open it from Tera Term and close it, then open it again in the app, the communcation works fine and the incoming messages are working. What is the proper way of opening the port and starting communication with the serial port without opening it externally? Platform : Windows. Flutter. if (!port.openReadWrite()) { try { |
Hello,Did you solve this problem, I also encountered. |
You weren't setting up the port correctly, see https://stackoverflow.com/questions/77384956/read-serial-port-in-flutter-dart/78360666#78360666 From the documentation:
|
No description provided.
The text was updated successfully, but these errors were encountered: