igrr / esptool-ck

ESP8266 build/flash helper tool by Christian Klippel
GNU General Public License v2.0
360 stars 123 forks source link

Add new dtrset mode. #65

Closed mribble closed 6 years ago

mribble commented 6 years ago

The reason this mode is needed is because some usb serial drivers (one example is the Arduino Due's native usb serial) expect dtr to be active or it refuses to write to serial. Other than setting dtr during serial communications this mode acts like none so the intermediate micro being communicated through needs to handle resetting the esp chip.