espressif/esp-idf-monitor

RFC2217 not working (IDFGH-10971)

simon4web opened this issue · 2 comments

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

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.

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