Skip to content
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

RFC2217 not working (IDFGH-10971) #8

Closed
simon4web opened this issue Aug 30, 2023 · 2 comments
Closed

RFC2217 not working (IDFGH-10971) #8

simon4web opened this issue Aug 30, 2023 · 2 comments

Comments

@simon4web
Copy link

When trying to monitoring a device over a RFC2217 connection, a "NotImplemented" exception is thrown.
Seems like the writetimeout is not implemented in the RFC2217 python module and needs to be set to None in this case.
Changeing writetimeout manually to None fixes the issue, a check if a "normal" serial port or a RFC2217 port is used may be necesarry.

Tested with ESP-IDF 5.1.1. in a Docker container
Win10, WSL2

@github-actions github-actions bot changed the title RFC2217 not working RFC2217 not working (IDFGH-10971) Aug 30, 2023
@peterdragun
Copy link
Collaborator

Hi, can you please check version of esp-idf-monitor? (run pip show esp-idf-monitor)
This already was resolved by d2889ca that was released as part of esp-idf-monitor version 1.1.4. So please make sure you are using the latest available version.

@simon4web
Copy link
Author

Yes, you are right, my bad.
Thanks for the info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants