Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By Atmega8
#58360 I just need to implement a transparent serial TCP Bridge.
Since espbasic has no commands to establish a TCP Socket ( only udp)
there is no chance to get it work.

@ mmiscool, can you commit that?

If so, I have to find another way, maybe LUA with Nodemcu.

Thank you for all your help :) :) :)

Atmega
User avatar
By Mmiscool
#58361 Your best bet for a truly transparent serial bridge is with the arduino environment. I have no curent plans to implilimet a tcp server in esp basic as most of the functionality can be derived from udp, msg branch or standard gui commands.

There are ways around this with the current commands but they may seem hacky.