Supported Radio Modules (Windows Embedded CE 6.0)
1/6/2010
The following table shows the supported radio modules and sample driver locations. The location pathnames also indicate the platforms on which the radio modules are supported.
Radio Module | RIL Driver PDD Layer Sample Location |
---|---|
Enfora External Radio Module |
\platform\DEVICEEMULATOR\src\drivers\rilpdd\enfora, \platform\CEPC\src\drivers\rilpdd\enfora |
TTPCom Radio Module Note the TTPCom radio module is no longer sold commercially. |
\platform\DEVICEEMULATOR\src\drivers\rilpdd\ttpcom, \platform\CEPC\src\drivers\rilpdd\ttpcom |
When building the run-time image, you specify the RIL driver that you want to use by setting its associated IMG environment variable(s). You must also explicitly unset the IMG environment variables associated with the other RIL drivers.
The following table lists the IMG environment variables settings for the supported radio modules.
Radio Module | RIL Driver IMG Setting(s) |
---|---|
Enfora External Radio Module |
IMGENFORA=1 |
TTPCom Radio Module |
IMGTTPCOM=1 |
The following example shows how to enable the Enfora RIL driver. If you are using the Enfora RIL driver you must also enable the 710MUX driver.
Add the following lines to the BaseOSEnv.bat file
set IMGFAKERIL=
set IMGTTPCOM=
set IMGENFORA=1