-->
Page 25 of 25

Re: ESP8266 UART to TCP socket absolutely transparent bridge

PostPosted: Mon Jul 11, 2016 11:36 pm
by Pablo2048
MarcFinns wrote:Hi Pablo, this was indeed my best guess.
The real question is whether it works having this "transparent bridge" on the other side... ever tried?
thanks again!

Hi, I wrote simple TCP transparent serial bridge using NVT (RFC2217), but it's not ready for publication now because of small RX buffer (in case of 115200 baud rate) - so i'm waiting for next Arduino RC and have to do some heavy testing...

Re: ESP8266 UART to TCP socket absolutely transparent bridge

PostPosted: Mon Sep 11, 2017 12:09 am
by wchpikus
Hello
I tested https://github.com/beckdac/ESP8266-transparent-bridge and i have some serius problem with this bridge.
I have another esp and this is look:
Client connecting to bridge (first time after restart bridge) and is it ok
Now, restart client.
Second connection working well.
Restart Client.
And now, no more connection, client got Ip but no data incoming from server.
This state are until reset the server.
I use this bridge in some solution, where clients restart can be offens.
It's look like server do not release the unused i or death MAC, so, it can be fix?