diff options
author | Evandro Alves Rodrigues <evandrofisico@gmail.com> | 2010-08-28 08:12:54 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:14 -0500 |
commit | a50da4fd0ec358e05361fb573c6202e037646a47 (patch) | |
tree | 19a2d888a5579ed4853d9aca3756ce4c71dccbe6 /system/ser2net/README | |
parent | 21581b513ce3d9ea076931f0d466ae1b441d94e6 (diff) | |
download | slackbuilds-a50da4fd0ec358e05361fb573c6202e037646a47.tar.gz |
system/ser2net: Added (serial to network proxy)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/ser2net/README')
-rw-r--r-- | system/ser2net/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ser2net/README b/system/ser2net/README new file mode 100644 index 0000000000..774403b745 --- /dev/null +++ b/system/ser2net/README @@ -0,0 +1,11 @@ +Ser2net is a program for allowing network connections to serial +ports. See the man page for information about using the program. + +Note that ser2net supports RFC 2217 (remote control of serial port +parameters), but you must have a compliant client. The only one I +know if is kermit (http://www.columbia.edu/kermit). + +If you want the opposite of ser2net (you want to connect to a "local" +serial port device that is really remote) then Cyclades has provided +a tool for this at http://www.coker.com.au/cyclades. It is capable +of connecting to ser2net using RFC2217. |