Several built-in custom modules have been included in the Python core, specifically developed keeping in mind the hardware environment of the module.
The built-in modules included are:
|
MDM |
interface between Python and the module AT command handling |
|
MDM2 |
second interface between Python and the module AT command handling |
|
SER |
interface between Python and the module serial port USIF0 direct handling |
|
SER2 |
interface between Python and the module serial port USIF1 direct handling |
|
GPIO |
interface between Python and the module internal general purpose input output direct handling |
|
GPS |
interface between Python and the module internal GPS controller |
|
IIC |
interface between Python and the IIC bus Master |
|
SPI |
interface between Python and the SPI bus Master |
|
MOD |
collection of useful functions |
|
USB0 |
interface between Python and the module USB port USB0 direct handling |
The built-in modules supported in each product family are summarized in the following table:
|
|
UE910/HE910 |
GE910 |
CE910 |
|
MDM |
Y |
Y |
Y |
|
MDM2 |
Y |
Y |
Y |
|
SER |
Y |
Y |
Y |
|
SER2 |
Y |
Y |
Y |
|
GPIO |
Y |
Y |
Y |
|
GPS |
Y |
Y |
N |
|
IIC |
Y |
Y |
Y |
|
SPI |
Y |
Y |
N |
|
MOD |
Y |
Y |
N |
|
USB0 |
Y |
Y |
N |