TCP-RS232 Transparent Bridge
Posted:
Tue Jun 09, 2015 8:18 am
by janpsegers
I found a description of a bridge elsewhere on this forum but I don't understand how to use it with the ardcuino software. Can anyone help me?
Re: TCP-RS232 Transparent Bridge
Posted:
Tue Jun 09, 2015 9:48 am
by HermannSW
I did use "WiFiTelnetToSerial" demo from Arduino ESP8266 IDE as transparent bridge, see here:
http://www.esp8266.com/viewtopic.php?f=8&t=3460[the ESP8266-01 running "WiFiTelnetToSerial" builds the transparent bridge]
Hermann.
Re: TCP-RS232 Transparent Bridge
Posted:
Tue Jun 09, 2015 10:29 am
by janpsegers
Thanks for your response. What I need the most is serial to Wi-Fi. So I keep searching
Re: TCP-RS232 Transparent Bridge
Posted:
Tue Jun 09, 2015 12:27 pm
by HermannSW
Create a program on ESP8266 that connects via WiFi to where you want.
Test is functionaliy with Serial Line Monitor (input/output).
After all works as you want, close Serial Line Monitor and connect RX/TX/VCC/GND lines of ESP8266 to your serial device?
Hermann.