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 :(
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 :)