Serial port to network proxy
Description
This project provides a proxy that allows telnet/tcp connections to be made to serial ports on a machine.
Categories
License
Update Notifications
User Ratings
User Reviews
-
Simple. Useful. Light.
-
works perfectly.
-
it's a good serial tool~ i've a suggestin: can support multi-users(4 users or more) to connect the tcp port at the same time(like some terminal device)? in my lab, there is one device with serial, all users debug through the ser2net tool, but at one time, only on person can connect with it. so i wish the ser2net can support multi-user connection~ ^_^
-
nice and rare software, thanks to devs!
-
--- dataxfer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dataxfer.c b/dataxfer.c index 0721d85..0983aa9 100644 --- a/dataxfer.c +++ b/dataxfer.c @@ -556,6 +556,7 @@ header_trace(port_info_t *port) } strncpy(buf + len, portstr, sizeof(buf) - len); len += strlen(buf + len); + len += snprintf(buf + len, sizeof(buf) - len, ")\n"); if (port->rt.file != -1 && port->rt.timestamp) { write_ignore_fail(port->rt.file, buf, len); --
-
thanks man, great soft!