espterm / espterm-firmware

ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
Mozilla Public License 2.0
127 stars 24 forks source link

Information: ESPTerm wouldnt work with Arduino-Due-Client on RX0/TX0 #264

Open guidol70 opened 4 years ago

guidol70 commented 4 years ago

As Information: If anyone would use ESPTerm with a Arduino Due as Client then it may not work because of a hardware-design-flaw of some Arduino Due Clones/Revisions where RX0 isnt useable. So you will only get output in ESPTerm, but couldnt enter any input :(

The flaw is reported at [SOLVED] RX pin doesn't work

But if you change the program (tested with RunCPM) on the Arduino Due to use Serial1 = RX1/TX1 it will work with ESPTerm just fine :)