Chat freely about anything...

User avatar
By andi
#16271 I just needed to connect three UARTs to my ESP8266 so I wrote a small library to "Bitbang" data over the GPIO's to my connected UARTS.

I made a github repo if anybody is interested:
https://github.com/plieningerweb/esp8266-software-uart

This is my very first project on ESP8266, so I am very happy about every feedback/issues/pull requests :)
User avatar
By andi
#16360 @iwalker:Thanks :) I think it is not really complicated to add one more bit to the communication.
but so far I had no need for it.

you can make a pull request, if you implemented it and I will merge it :)