Technical information

Nonvolatile Parameter Database
2-178 AT+i Commands Reference Manual May 31, 2008
+iSNSI - SerialNET Device Serial Interface
The table below summarizes the supported bad rates.
Note: Baud Code '0' means that host<->W24 baud rate in SerialNET mode is determined
according to the value of the BDRD parameter.
Syntax: AT+iSNSI=settings_str
Sets serial interface settings for SerialNET mode.
Parameters: settings_str = Serial link settings in SerialNET mode.
Command Options:
settings_str="<baud>,<data_bits>,<parity>,<stop_bits>,<flow
>"
where,
<baud> = 0..9 or h
<data_bits> = 7 | 8
<parity> = N | E | O
<stop_bits> = 1
<flow> = 0 | 1
The following table summarizes supported baud rates.
Default: "5,8,N,1,0" - baud rate 9600bps, 8 bits, No parity, 1 stop bit, no
flow control.
Result Code:
I/OK If settings_str is a valid serial link setting string.
I/ERROR Otherwise.
AT+iSNSI? Reports the current serial settings string. The reply is followed by
I/OK.
AT+iSNSI=? Returns the message "String". The reply is followed by I/OK.
Baud
Code
Baud Rate
Baud
Code
Baud Rate
0 See Note below. 6 19,200
1 600 7 38,400
2 1200 8 57,600
3 2400 9 115,200
4 4800 h 230,400
5 9600