jeelabs / esp-link

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

Console text encoding #484

Open Banjak88 opened 4 years ago

Banjak88 commented 4 years ago

Hello, I need to show HEX values instead of ASCII how can I do this? Is It un implemnted feature? Hope somebody can help. Thanks

uzi18 commented 4 years ago

try https://realterm.sourceforge.io/#Display_Formats

Banjak88 commented 4 years ago

try https://realterm.sourceforge.io/#Display_Formats

I managed to get that from telnet on port 23 but i hope if i can do that in the esp link webpage uc console page. Hopefully if there is a dropdown selection for encoding btween ascii and hex encoding. Thanks