5 python build-in custom modules – Rainbow Electronics GC864-PY User Manual

Page 37

Advertising
background image




Telit GE864 and GC864 Product Description

80273ST10008a Rev. 14 - 18/09/08

Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved

page 37 of 62

4.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



NOTE: More details about the Python modules are available in the Easy Script in Python Guide.

Advertising