User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-117
34.13.10 +iSNSI SerialNET Device Serial Interface
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:
Baud
Code
Baud Rate
Baud
Code
Baud Rate
0
See note,
below
6
19,200
1
600
7
38400
2
1200
8
57600
3
2400
9
115200
4
4800
h
230,400
5
9600
Note: Baud Code ‗0‘ means that hostiChip baud rate in SerialNET mode is
determined according to the value of the BDRD parameter.
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 followed
by I/OK.
AT+iSNSI=? Returns the message ―String‖ followed by I/OK.