-->
Page 12 of 25

Re: ESP8266 UART to TCP socket absolutely transparent bridge

PostPosted: Sat May 02, 2015 8:23 am
by andrew melvin
Any ideas how to send a break signal through?

I've got a break signalling pulling the RST pin low to do a reset... now i want to do it via the wifi bridge?

Re: ESP8266 UART to TCP socket absolutely transparent bridge

PostPosted: Sat May 02, 2015 8:31 am
by ArnieO
andrew melvin wrote:Any ideas how to send a break signal through?

I've got a break signalling pulling the RST pin low to do a reset... now i want to do it via the wifi bridge?

Yes, jvandenbroek has added a command with which you can set GPIO2 high or low:
viewtopic.php?f=6&t=864&start=30#p12427

Re: ESP8266 UART to TCP socket absolutely transparent bridge

PostPosted: Tue May 05, 2015 6:33 pm
by dacb
jvandenbroek's changes have been merged into the master repo. Thanks jvandenbroek!

Re: ESP8266 UART to TCP socket absolutely transparent bridge

PostPosted: Wed May 06, 2015 11:06 am
by dacb
I'm looking at incorporating some of the buffering changes from n800sau on github. Here is the specific commit:

https://github.com/n800sau/ESP8266-tran ... 65b57a8467

Any comments?