jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Character/line mode #384

Closed KjellVerb closed 6 years ago

KjellVerb commented 6 years ago

Hi, in #97 I read that the default behaviour of the UART bridge is to transmit each character separately. However, when using the esp-link as a remote serial console to a processor, I don't get character mirroring or tab completion (which I do get with a wired serial connection). Does this mean that the latest version of esp-link works in line mode or that something else is wrong on my side?

leodesigner commented 6 years ago

After looking to the serbridge.c it should be byte by byte if they are coming with delay of one packet at least.

KjellVerb commented 6 years ago

Sorry for forgetting to close this, it turns out that I needed to configure it in Putty (Config - Terminal - Local line editing - force off)