Adafruit-circuitpython-fona

Latest version: v3.0.4

Safety actively analyzes 628924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

2.1.2

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with `pre-commit run --all-files`

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-fona`.

Read the [docs](http://circuitpython.readthedocs.io/projects/fona/en/latest/) for info on how to use it.

2.1.1

This release:
* https://github.com/adafruit/Adafruit_CircuitPython_FONA/pull/10 Fixes `no module named 'Adafruit_fona'` ImportError when installing this library with the Python package manager..

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-fona`.

Read the [docs](http://circuitpython.readthedocs.io/projects/fona/en/latest/) for info on how to use it.

2.1.0

This release:
* https://github.com/adafruit/Adafruit_CircuitPython_FONA/pull/7 Updates documentation.
* Calls to `num_sms` now return `0` if no messages are stored in memory, previously returned `None`

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-fona`.

Read the [docs](http://circuitpython.readthedocs.io/projects/fona/en/latest/) for info on how to use it.

2.0.1

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-fona`.

Read the [docs](http://circuitpython.readthedocs.io/projects/fona/en/latest/) for info on how to use it.

2.0.0

This **breaking** release adds:
* Updated SMS receive mechanism
* Added Ring Indicator (RI) pin to fona initialization.
* Move to polling `receive_sms` mechanism instead of only polling the serial UART.
* `receive_sms` allows for optionally checking UART or RI for incoming SMS messages.
* Examples (`sms` & `sms_response`) updated
* **BREAKING**: Removed public access to uart serial functions (readline, uart write) from user-code
* Added compatibility for FONA3G Modules:
* New `fona_3g.py` child class, contains methods compatible with the SIMCom SIM5320 module's AT command set.
* `adafruit_fona_socket` queries and uses the SIM5320's tcp transmit timeout, socket writes now use user-set timeouts
* Examples updated and tested with FONA808 and FONA3G
* **Breaking**`adafruit_fona_network` class added for connecting and interacting with GSM and CDMA cellular networks.
* Note: This replaces the `GSM` class.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-fona `.

Read the [docs](http://circuitpython.readthedocs.io/projects/fona/en/latest/) for info on how to use it.

1.2.0

This release adds:
* `fona_sms_response.py`: Example which waits for a SMS message from the FONA, reads it out and replies back to the sender. Similar to [FONA_SMS_Response.ino in the arduino fona library](https://github.com/adafruit/Adafruit_FONA/blob/master/examples/FONA_SMS_Response/FONA_SMS_Response.ino).
* `fona.enable_sms_notification`: Getter/setter properties for FONA sms notification command
* `fona.in_waiting`: Returns number of bytes available to be read from the uart (https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/UART.html#busio.UART.in_waiting)
* **NOTE**: The `_read_line()` method **has been changed to** `read_line()`

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-fona `.

Read the [docs](http://circuitpython.readthedocs.io/projects/fona/en/latest/) for info on how to use it.

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.