Python core supported features, Python build-in custom modules, 4 python core supported features – Rainbow Electronics GT863-PY User Manual

Page 39: 5 python build-in custom modules

Advertising
background image




GT863-PY Terminal Product Description

80269ST10026a Rev. 0 - 27/09/06







Reproduction forbidden without Telit Communications S.p.A. written authorization - All Right reserved

page 39 of 50

3.3.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.3.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

SER

interface between Python and mobile internal serial port ASC0 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

Advertising