Search found 2 matches

by psilospiral
Fri Feb 12, 2021 4:27 pm
Forum: ESP32 Arduino
Topic: Debian Arduino - AttributeError: 'Serial' object has no attribute 'dtr'
Replies: 2
Views: 3924

Re: Debian Arduino - AttributeError: 'Serial' object has no attribute 'dtr'

Angus: Thank you for your reply. I found a similar issue post over on esp8266.com forum where a user simply commented out the line self._port.setDTR(self._port.dtr) within esptool.py, which solved his compile time error. I made a .bak copy and tried the same. It also worked for me, but I really want...
by psilospiral
Fri Feb 12, 2021 2:39 am
Forum: ESP32 Arduino
Topic: Debian Arduino - AttributeError: 'Serial' object has no attribute 'dtr'
Replies: 2
Views: 3924

Debian Arduino - AttributeError: 'Serial' object has no attribute 'dtr'

Greetings Forum: I have compiled and uploaded a simple led blink sketch with Arduino on Win10 without issue. I am now attempting to do the same on Debian 10. I am running Arduino 1.8.13. On my 1st attempt in Debian to upload the same sketch to the same ESP32-WROOM-32D, I received: Traceback (most re...