BobAGI wrote:So far OK, but I would like to know if there are TELNET command intercepts implemented because our use case involves a purely binary protocol, so each byte sent in both direction must be forwarded without change. Any kind of "protocol interference" would kill our use of this function.
Is this not happening?
I do not know if it will work for your application. esp-link is used to download firmware to AVR processors using avrdude which indicates it works in binary mode. I think you just have to try it.
BobAGI wrote:And can this system be used on an AdaFruit HUZZAH ESP8266 breakout board https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/overview? This board is what I can lay my hands on...
I have used esp-link on Huzzah boards. It works best on boards without USB to serial bridge chips like the Huzzah since the uP must be connect to the ESP UART port.