Chat freely about anything...

User avatar
By Pablo2048
#50621
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...
User avatar
By wchpikus
#69870 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?