小R科技-WIFI机器人网·机器人创意工作室

 找回密码
 立即注册
查看: 9339|回复: 14

求救!!!!!!703N波特率问题

[复制链接]
发表于 2014-11-28 20:00:53 | 显示全部楼层 |阅读模式
我的wifi板是703N的 刷了论坛的固件 然后默认的波特率是115200 ,怎么改成9600,用什么改呢 ,请教下各位大神,感激不尽
回复

使用道具 举报

发表于 2014-11-28 20:07:41 | 显示全部楼层
论坛固件一开始是115200波特率,启动完毕后,自动切换为9600的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-11-28 20:15:20 | 显示全部楼层
liuviking 发表于 2014-11-28 20:07
论坛固件一开始是115200波特率,启动完毕后,自动切换为9600的。

恩。但是启动完了之后我用pl2303连wifi板的RX,TX,发现9600不行大于9600乱码,只有115200才能正常通信,
回复 支持 反对

使用道具 举报

发表于 2014-11-28 21:08:37 | 显示全部楼层
枫离殇 发表于 2014-11-28 20:15
恩。但是启动完了之后我用pl2303连wifi板的RX,TX,发现9600不行大于9600乱码,只有115200才能正常通信,

你固件刷的是哪个?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-11-28 21:29:09 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2014-11-28 23:39:31 | 显示全部楼层
枫离殇 发表于 2014-11-28 21:29
http://www.wifi-robots.com/thread-6936-1-1.html          这个

这个不可能啊,系统启动完毕之后就是9600波特率。你有没有动过什么设置?可以到/etc/ser2net.conf文件中看看波特率是不是被改了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-11-29 13:32:21 | 显示全部楼层
liuviking 发表于 2014-11-28 23:39
这个不可能啊,系统启动完毕之后就是9600波特率。你有没有动过什么设置?可以到/etc/ser2net.conf文件中 ...

#
# This is an example configuration file for ser2net.  It has the following
# format:
#  <TCP port>:<state>:<timeout>:<device>:<options>
#     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/<device>.
#
#     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 name>: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:<name>: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

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

2001:raw:600:/dev/ttyATH0:9600 NONE 1STOPBIT 8DATABITS XONXOFF LOCAL -RTSCTS
#2002:raw:600:/dev/ttyS1:9600 NONE 1STOPBIT 8DATABITS XONXOFF LOCAL -RTSCTS
2003:raw:5:/dev/ttyS2:9600
2004:raw:5:/dev/ttyS3:115200
2005:raw:5:/dev/ttyS4:9600
2006:raw:5:/dev/ttyS5:9600
2007:raw:5:/dev/ttyS6:9600 tw=tw1 tr=tr1
3001:telnet:0:/dev/ttyS0:19200 remctl banner1
3011:telnet:3:/dev/ttyS0:19200 banner2
#3002:telnet:0:/dev/ttyS1:9600
3003:telnet:0:/dev/ttyS2:9600 banner3
3004:telnet:0:/dev/ttyS3:115200
3005:telnet:0:/dev/ttyS4:9600
3006:telnet:0:/dev/ttyS5:9600
3007:telnet:0:/dev/ttyS6:9600
5001:rawlp:10:/dev/lp0
没有改过 我还特意重刷了一遍
回复 支持 反对

使用道具 举报

发表于 2014-11-29 16:34:55 | 显示全部楼层
配置也没问题,你系统启动后,到192.168.1.1里面的系统进程选项,拷贝出来看看系统进程
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-11-29 18:46:08 | 显示全部楼层
liuviking 发表于 2014-11-29 16:34
配置也没问题,你系统启动后,到192.168.1.1里面的系统进程选项,拷贝出来看看系统进程


931



nobody



/usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf



0%



2%
















943



root



ser2net



0%



1%
















953



root



/usr/sbin/ntpd -n -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org



0%



2%
















1203



root



{luci} /usr/bin/lua /www/cgi-bin/luci



0%



4%
















1204



root



sh -c /bin/busybox top -bn1



0%



2%
















1205



root



/bin/busybox top -bn1



9%



2%
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-11-29 18:48:41 | 显示全部楼层

115200通讯正常9600就不行了
QQ截图20141129184508.png
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

新品特惠推荐上一条 /2 下一条

QQ|QQ技术咨询1|QQ技术咨询2|商务合作微信1:xiaorgeek001|商务合作微信2:XiaoRGEEK|诚聘英才|Archiver|手机版|小R科技-WIFI机器人网·机器人创意工作室 ( 粤ICP备15000788号-6 )

GMT+8, 2024-5-5 22:34 , Processed in 1.082699 second(s), 26 queries .

Powered by XiaoR GEEK X3.4

© 2014-2021 XiaoR GEEK

快速回复 返回顶部 返回列表