Search found 1 match
- Fri May 14, 2021 8:36 am
- Forum: General Discussion
- Topic: Python serial library and picocom cause ESP32 to automatically enter download mode
- Replies: 0
- Views: 3471
Python serial library and picocom cause ESP32 to automatically enter download mode
I'm working on a project using an ESP32-Cam module. I want to be able to connect to the device via serial which I am doing with the serial library in Python. The code on the microcontroller consists of a few print statements which I can view when I use idf.py -p (port) -b 115200 monitor . However, w...