Changing Items in SMPSERWV.INF

A sample serial wave driver INF file is in the MDK, SMPSERWV.INF. You can include this file on your modem installation diskette with few, if any, changes. Each of the sections that contain items you may want to change are discussed in the following.

Use the value of the XformID key to specify the format your serial wave device uses. The value used in SMPSERWV.INF, 0x00000001, specifies the 4-bit Rockwell ADPCM 7200 Hz format. Valid values for the XformID key are listed in the following table:

XformID Value Meaning
0x00000001 4-bit Rockwell ADPCM 7200 Hz format
0x00000002 4-bit IMA ADPCM 4800 Hz format
0x00000003 4-bit IMA ADPCM 7200 Hz format
0x00000004 4-bit IMA ADPCM 8000 Hz format

Use the value of the WaveDevices key to indicate whether or not your voice modem has the ability to playback and record to a handset device. The value used in SMPSERWV.INF, 0x00000001, indicates that the voice modem does not have this ability, or does not have a handset device. Valid values for the WaveDevices key are listed in the following table:

WaveDevices Value Meaning
0x00000001 Voice modem plays back and records to line only.
0x00000002 Voice modem plays back and records to line and handset device.

There other items in the SMPSERWV.INF file that are of interest only because they indicate SMPSERWV.INF is a wave device INF file and not a modem device INF file.