# ser2net **Repository Path**: Luo_Ye/ser2net ## Basic Information - **Project Name**: ser2net - **Description**: serial to network - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2014-08-25 - **Last Updated**: 2022-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###ser2net = serial to network ``` This is ser2net, 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. ``` > 用来转换串口和以太网数据,此项目转自`google code`托管平台. 此项目具有很高的学习价值,里面有很多值得参考的代码段。转到此处便于查看。