I'm playing with this tcp2uart.lua example file and it works really nice.
well, a 9600 Baud connection is nice, but it would be more flexible if it would be possible to use other Baudrates like 115200 ...
During my ties I've seen that any higher baudrate than 9k6 would be sent not correct data to my TCP device. I sent a 10kb file with hterm though the ESP01 to my smartphone. I simply changed the uart.setup(0,9600,8,0,1,0) command to i.e. uart.setup(0,57600,8,0,1,0).
has anyone tried higher baudrates
thx
chris