Rainbow Electronics GT863-PY User Manual

Page 38

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 38 of 50

serial port settings. The usual concept of flow control keeps its meaning over this interface,
but it's managed internally.

The SER interface allows Python script to read from and write to the real, physical serial

port where usually the AT command interface resides, for example to read NMEA
information from a GPS device. When Python is running this serial port is free to be used
by Python script because it is not used as AT command interface since the AT parser is
mapped into the internal virtual serial port. No flow control is available from Python on this
port.

The GPIO interface allows Python script to handle general purpose input output faster than

through AT commands, skipping the command parser and going directly to control the pins.

The MOD interface is a collection of useful functions.

The IIC interface is an implementation on the Python core of the IIC bus Master. It allows

Python to create one or more IIC bus on the available GPIO pins.

The SPI interface is an implementation on the Python core of the SPI bus Master. It allows

Python to create one or more IIC bus on the available GPIO pins.


For the debug, the print command is directly forwarded on the EMMI TX pin (second serial port) at
baud rate115200bps 8N1.

Advertising