Compression_On, Compression_Off
The Compression_On and Compression_Off settings specify the command strings required to set the modem's compression modes.
Format
A single command string.
Examples
HKR, Settings,Compression_On,, "%%C3"
HKR, Settings,Compression_Off,, "%%C0"
Or:
HKR, Settings,Compression_On,, "%%C1 S101=35"
HKR, Settings,Compression_Off,, "%%C0 S101=0"
Remarks
The default modulation, compression, and protocol options in the Init strings should be set to enable maximum flexibility. If the modem supports compression (enable and disable), it is important to include these settings. If the modem does not support any compression, this INF file entry should not be included. The supported commands must be indicated in the ModemOptions member of the Properties INF file entry.
See also