You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: