Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The error control settings configure the commands that set the modem's error control.
- ErrorControl_On 
 Error control enabled (auto reliable)
- ErrorControl_Off 
 Error control disabled (normal mode, not direct)
- ErrorControl_Forced 
 Error control required to connect (reliable)
- ErrorControl_Cellular 
 Special error control for wireless links. (auto reliable)
- ErrorControl_Cellular_Forced 
 Special error control for wireless links required for connect (reliable)
Format
A single command string.
Examples
    HKR, Settings,ErrorControl_On,, "\N3"
    HKR, Settings,ErrorControl_Off,, "\N0"
    HKR, Settings,ErrorControl_Forced,, "\N2"
    HKR, Settings,ErrorControl_On,,"\N3-J1"
    HKR, Settings,ErrorControl_Off,, "\N0"
    HKR, Settings,ErrorControl_Forced,, "\N4-J1"
    HKR, Settings,ErrorControl_Cellular,, "\N3 )M1 *H2 -K2 -Q1 @M18 :E0"
    HKR, Settings,ErrorControl_Cellular_Forced,, "\N2 )M1 *H2 -K2 -Q1 @M18 :E0"
Remarks
Error-control INF file entries should not be included if the modem does not support any error control settings. The supported commands must be indicated in the ModemOptions member of the Properties INF file entry.
See also