-->
Page 1 of 1

Redirect Serial.print to telnet

PostPosted: Tue Jan 19, 2016 7:18 am
by Ogni_MS
Hello out there,
I have an ESP8266 Temp&Humidity Logger in my Greenhouse that stops posting its readings to my db-server after unpredictable time.
As I dont want to sit next to it, reading the serial outputs on my notebook, I'd like to redirect the serial.print to a telnet server running on the esp. However, I could not find any example to do so. The Code I found redirects an external serial connection (like from an arduino) to a telnet server.
Unfortunately my Coding Skills are limited on that Topic, I would need some help how to reach my goal.
Any Ideas (or even code) out there how this could be achieved?