esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
16.04k stars 13.33k forks source link

TelnetToSerial code Telnet echo issue #8502

Closed vishalc07 closed 2 years ago

vishalc07 commented 2 years ago

Hello,

I'm using Serial access via WiFi(Telnet), currently facing issue with Telnet Echo. If I press "enter" key it reflect twice. I try to suppress, but no luck

pls check attached snap

image

d-a-v commented 2 years ago

Your telnet client probably sends \r\n / \10\13. There's probably some settings to change that.

vishalc07 commented 2 years ago

When I'm pressing "enter" key, I'm sending \r\n, but I'm receiving \r\n twice, I got it with help of Wireshark.

is there any way to suppress that