User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-20
34.3.12 +iBDRD Baud Rate Divider
Syntax:
AT+iBDRD=<n>
When set to ‗0‘, iChip sets its host USART baud rate according
to the value of the BDRF parameter. When set to any value in
the range 1-255, it divides the maximum supported baud rate
3Mbps by that value. The quotient of this division is set as
the host baud rate, and the value of BDRF is ignored.
Parameters:
n=0
Host baud rate is determined by the BDRF parameter.
n=1-255
Host baud rate is set by dividing 3Mbps by n.
For example, if n=2, the host baud rate will be set to
3Mbps÷2=1.5Mbps.
Default:
0 (host baud rate taken from BDRF parameter)
Result Code:
I/OK
If n is within limits
I/ERROR
Otherwise
AT+iBDRD?
Reports the current value followed by I/OK.
AT+iBDRD=?
Returns the message “0-255” followed by I/OK.