ser2net with multiple software uarts
Posted: 20 Mar 2016, 10:23
Hello,
I would like to request to extend the option SER2NET plugin into the ESP-Easy firmware with multiple software uart.
Multiple software uart are available in arduino and have been ported to eps8266 here: softuart.h https://github.com/plieningerweb/esp8266-software-uart
SER2NET should provide one different TCP port per uart.
Application use case:
Connect several slow serial devices to an application server via ser2net.
I am using esp-easy with ser2net with one power meeter sending its status every second; I would like to connect the second power meeter to the same board.
---
A second improvement would be to allow 2 or more connection to the same ser2net port( nice to have)
benefit: multiple application server can share the same serial device
---
A third improvement would be to introduce a timeout for the tcp connection; after the timeout the port is closed.
benefit: Increased stability in case one application server loses the connection and reconnects.
Thanks in advance, I really appreciate your effort.
Best regards
miim
I would like to request to extend the option SER2NET plugin into the ESP-Easy firmware with multiple software uart.
Multiple software uart are available in arduino and have been ported to eps8266 here: softuart.h https://github.com/plieningerweb/esp8266-software-uart
SER2NET should provide one different TCP port per uart.
Application use case:
Connect several slow serial devices to an application server via ser2net.
I am using esp-easy with ser2net with one power meeter sending its status every second; I would like to connect the second power meeter to the same board.
---
A second improvement would be to allow 2 or more connection to the same ser2net port( nice to have)
benefit: multiple application server can share the same serial device
---
A third improvement would be to introduce a timeout for the tcp connection; after the timeout the port is closed.
benefit: Increased stability in case one application server loses the connection and reconnects.
Thanks in advance, I really appreciate your effort.
Best regards
miim