Python modules
The LR54 supports Python 3.6 and provides you with the ability to run Python applications on the device interactively or from a file. It also offers extensions to manage your LR54:
- The digidevice module provides platform-specific extensions that allow you to interact with the device’s configuration and interfaces.
The following submodules are included with the digidevice module:LEDs: digidevice.led
SMS: digidevice.sms
GPS: digidevice.location
- Digi Remote Manager:
- digidevice.datapoint
- digidevice.device_request
- digidevice.name
- Device configuration: digidevice.config
- Command line interface: digidevice.cli
- Access runtime database: digidevice.runt
- Set the maintenance window: digidevice.maintenance
- Use the Python serial module—pySerial—to access the serial ports.
- Eclipse Paho MQTT Python client enables applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages.
Note Module-related documentation is in the Digidevice module section.