Commands to set the modem's error control.
ErrorControl_Off | Error control disabled (normal mode, not direct) |
ErrorControl_On | Error control enabled (auto reliable) |
ErrorControl_Forced | Error control required to connect (reliable) |
The ErrorControl_Cellular and ErrorControl_Cellular_Forced settings will be documented in a future release of the MDK.
Use a single command string. For example,
(1) HKR, Settings, ErrorControl_On,, "\N3" HKR, Settings, ErrorControl_Off,, "\N0" HKR, Settings, ErrorControl_Forced,, "\N2" (2) HKR, Settings, ErrorControl_On,,"\N3-J1" HKR, Settings, ErrorControl_Off,, "\N0" HKR, Settings, ErrorControl_Forced,, "\N4-J1"
If the modem does not support any or all of the ErrorControl settings, the corresponding registry entry should not be included. The supported commands must be indicated in the ModemOptions member of the Properties registry entry for the ErrorControl settings to be used.
See also ModemOptions in the Properties registry setting documentation.