AT Commands Modem Terminated 171
AT+FBOR Phase C Bit Order Parameter
AT+FBUF Buffer Size Report
Description: Sets the bit order for negotiation (<bit_n>) and facsimile page transfer (<bit_f>).
Set command: AT+FBADMUL=[<value>]. Value is the sum of <bit_n> and <bit_f>
Read command: AT+FBOR? Displays the current <value> setting.
Test command: AT+FBOR=? Shows if the command is supported.
Test command
response:
+FBOR: (list of supported <value>s)
Parameters:
<bit_n>:
<bit_n> Description
0 Same bit order
1 Reverse bit order
<bit_f>:
<bit_f> Description
0 Same bit order
1 Reverse bit order
<value>:
<value> Description
0 <bit_n> + <bit_f>=0
Default setting
1 <bit_n> + <bit_f>=1
2 <bit_n> + <bit_f>=2
3 <bit_n> + <bit_f>=3
Description: Requests buffering parameters.
Read command: AT+FBUF?
Read command
response:
<bs>,<xoft>,<xont>,<bc>
<bs>: Total buffer size.
<xoft>: XOFF threshold.
<xont>: XON threshold.
<bc>: Current buffer byte count.
Example: AT+FBUF?
256,0,0,0
OK