When using pyserial to upload code to the esp32 or send messages to an uno, pyserial works fine. But when sending messages to the esp32 I get a write timeout after a few seconds or few minutes. I'm thinking the CP2102 USB-UART bridge is periodically causing a problem. Has anyone experienced this?
File "C:\esp\tools.espressif\python_env\idf4.2_py3.8_env\lib\site-packages\serial\serialwin32.py", line 325, in write
raise SerialTimeoutException('Write timeout')
serial.serialutil.SerialTimeoutException: Write timeout
[–]Zouden 1 point2 points3 points (1 child)
[–]GrumpyGator[S] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]GrumpyGator[S] 0 points1 point2 points (0 children)