ser2net自动重启

ser2net是个非常好的工具,但是每次不能自动启动也可算是一种郁闷。

vi /etc/rc.local,在exit0前面加入一条ser2net

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
ser2net
exit 0

wq 保存并退出。
然后就是设置下不带参数启动的ser2net的默认启动函数。
vi /etc/ser2net.conf

参考如下配置:

#
# This is an example configuration file for ser2net. It has the following
# format:
# ::::
# TCP port
# Name or number of the TCP/IP port to accept con-
# nections from for this device. A port number may
# be of the form [host,]port, such as 127.0.0.1,2000
# or localhost,2000. If this is specified, it will
# only bind to the IP address specified. Otherwise
# it will bind to all the ports on the machine.
#
# state Either raw or rawlp or telnet or off. off disables
# the port from accepting connections. It can be
# turned on later from the control port. raw enables
# the port and transfers all data as-is between the
# port and the long. rawlp enables the port and
# transfers all input data to device, device is open
# without any termios setting. It allow to use
# /dev/lpX devices and printers connected to them.
# telnet enables the port and runs the telnet proto-
# col on the port to set up telnet parameters. This
# is most useful for using telnet.
#
# timeout
# The time (in seconds) before the port will be dis-
# connected if there is no activity on it. A zero
# value disables this function.
#
# device The name of the device to connect to. This
# must be in the form of /dev/.
#
# options
# Sets operational parameters for the serial port.
# Options 300, 1200, 2400, 4800, 9600, 19200, 38400,
# 57600, 115200 set the various baud rates. EVEN,
# ODD, NONE set the parity. 1STOPBIT, 2STOPBITS set
# the number of stop bits. 7DATABITS, 8DATABITS set
# the number of data bits. [-]XONXOFF turns on (-
# off) XON/XOFF support. [-]RTSCTS turns on (- off)
# hardware flow control, [-]LOCAL turns off (- on)
# monitoring of the modem lines, and
# [-]HANGUP_WHEN_DONE turns on (- off) lowering the
# modem control lines when the connection is done.
# NOBREAK disables automatic setting of the break
# setting of the serial port.
# The “remctl” option allow remote control (ala RFC
# 2217) of serial-port configuration. A banner name
# may also be specified, that banner will be printed
# for the line. If no banner is given, then no
# banner is printed.
# The tw, tr, and tb options take a tracefile name (
# specified in TRACEFILE that will take all traced data.
# tw is data written to the device, tr is data read from
# the device, and tb is both.
#
# or…

# BANNER::banner
# This will create a banner, if the banner name is given in the
# options of a line, that banner will be printed. This takes the
# standard “C” \x characters (\r is carraige return, \n is newline,
# etc.). It also accepts \d, which prints the device name, \p,
# which prints the TCP port number, and \s which prints the serial
# parameters (eg 9600N81). Banners can span lines if the last
# character on a line is ‘\’. Note that you *must* use \r\n to
# start a new line.
#
# TRACEFILE::filename
# This specifies a filename to trace output into, as tw:/tmp/trace1.
# This takes a large number of escape sequences, see the man page
# for details on these options.
#
# Note that the same device can be listed multiple times under different
# ports, this allows the same serial port to have both telnet and raw
# protocols.

BANNER:banner1:Welcome to ser2net TCP port \p device \d\r\n\
second line \
third line\r\n

BANNER:banner2:this is ser2net TCP port \p device \d\r\n\
second line \
third line\r\n

BANNER:banner3:this is ser2net TCP port \p device \d serial parms \s\r\n

BANNER:banner4:Weicome to Arduino@Openwrt In \p Port \d serial parms \s\r\n
second line \
third line\r\n

TRACEFILE:tw1:/tmp/tw-\p-\Y-\M-\D-\H:\i:\s.\U
TRACEFILE:tr1:/tmp/tr-\p-\Y-\M-\D-\H:\i:\s.\U

#小车在这里
2012:raw:600:/dev/ttyUSB0:9600 NONE 1STOPBIT 8DATABITS -XONXOFF -LOCAL -RTSCTS banner4

这样以后就会开机启动了。
好玩的一点是即时开机没有接串口,也能启动呢。

___________参考来源
来自http://www.igee.cn/read.php?tid=5494,作者march

ser2net放到根目录里,
cd /
opkg install ser2net_2.7-2_brcm63xx.ipk
看到安装成功的信息后启动ser2net
Ser2net –c /etc/ser2net.conf
设置随机启动

命令vi /etc/rc.local 打开它,i进入编辑,在exit0的上一行添加一条ser2net,esc退出编辑,wq保存

命令vi /etc/init.d/ser2net,,i进入编辑
#!/bin/sh /etc/rc.common # /init.d/my-ser2net START=99 # start() { Ser2net –c /etc/ser2net.conf
}
Esc退出编辑,wq 保存。
命令reboot重启路由器,ok

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值