EasyManua.ls Logo

Telit Wireless Solutions GT863-PY - Python Core Supported Features; Python Build-In Custom Modules

Telit Wireless Solutions GT863-PY
51 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
GT863-PY Terminal Product Description
80269ST10026a Rev. 2 - 18/03/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 37 of 51
3.5.4 Python core supported features
The Python core version is 1.5.2+ (string methods added to 1.5.2).
You can use all Python statements and almost all Python built-in types and functions.
.
3.5.5 Python Build-in Custom Modules
Several build in custom modules have been included in the python core, specifically aimed at the
hardware environment of the module.
The build in modules included are:
MDM
interface between Python and mobile internal AT command handling
MDM2
second interface between Python and mobile internal AT command handling
SER
interface between Python and mobile internal serial port ASC0 direct handling
SER2
interface between Python and mobile internal serial port ASC1 direct handling
GPIO
interface between Python and mobile internal general purpose input output direct
handling
MOD
interface between Python and mobile miscellaneous functions
IIC
custom software Inter IC bus that can be mapped on creation over almost any
GPIO pin available
SPI
custom software Serial Protocol Interface bus that can be mapped on creation
over almost any GPIO pin available
More details about the Python modules are available in the Python Reference Guide.
NOTE: The Telit GT863-PY does not have the second serial interface at the outside of the
Terminal for receiving these Python script debug messages.
Built-in types and functions not
supported
Available modules
(all others are not supported)
complex marshal
float imp
long _main_
docstring _builtin_
sys
md5

Table of Contents