Using esptool.py with RTS/CTS instead of RTS/DTR
Posted: Fri Jun 15, 2018 8:04 pm
I have a FTDI USB-to-serial adapter that only brings out TX, RX, RTS, and CTS, so I hooked it up directly to the ESP32 as follows:
Then I wrote a esptool.py wrapper that makes it work, via libftdi & switching in and out of bitbang mode as needed:
https://github.com/jimparis/esptool-ftdi
Works great here. Maybe someone else will find it useful.
Jim
Code: Select all
RTS --> EN
CTS --> IO0/BOOT
TX --> RXD0
RX <-- TXD0
https://github.com/jimparis/esptool-ftdi
Works great here. Maybe someone else will find it useful.
Jim