Sample Applications

Python scripts are text files stored in NVM inside the Telit module. The file system on the module allows to write and read files with different names on one single level (no subdirectories are supported).

You can run on the module a single script at a time.

The Python script is executed in a task inside the Telit module at the lowest priority, making sure this does not interfere with GSM/GPRS/UMTS normal operations. This allows serial ports, protocol stack etc. to run independently from the Python script.

The Python script interacts with the Telit module functionality through build-in interfaces.

The following sections describe the example scripts that are provided with AppZone Python.