Perhaps I missed that bit, but is there a way to create a virtual port on Linux that truly looks like a serial and redirects to tcp? (S4A is picky and is smalltalk so I can't really tweak things on that front).
Thanks!
Explore... Chat... Share...
X7JAY7X wrote:First off, thanks to dacb for this great project. To help with the learning curve of the SDK, I used this project as a basis for RFC2217 support. I am very close to having a very basic set of RFC2217 commands working. So far I have the baudrate, data bits, parity, stopsize, and DTR control done. It has a few bugs that I am still working through. Currently it will reset an Arduino, but it isn't sending the correct data for the sketch upload. Full control lines can be implemented with certain ESP8266 models, but to make it universal for all, I am using GPIO2 for the DTR line as this exists on the ESP-01.
socat PTY,link=/dev/YPort TCP:192.168.4.1:5555
Pablo2048 wrote:Try socat ( http://www.dest-unreach.org/socat/ )...Code: Select allsocat PTY,link=/dev/YPort TCP:192.168.4.1:5555
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]