python-gammu
python-gammu copied to clipboard
Python bindings for Gammu
Hello, I' am trying to send loop of long text messages. I get only receive 80% percent of this sms on my own number. In the case of normal text...
How to send a USSD code (i.e. `*140*11#`) and get its response? Here is what I have done so far: ``` import gammu import unittest class USSD(unittest.TestCase): test_dir = None...
I can't get the callback to fire on incoming SMS. I can see the received SMS when I call GetNextSMS but the callback never fires. The callback does not fire...
I have run into a weird problem this is my code ```python ....... print('GETSMS: 8') # try: # sleep(.3) # sms_status = sm.GetSMSStatus() # print(sms_status) # except Exception: # print('WOW')...
Currently testsuite fails on on PyPy/PyPy3. This is most likely caused by some bug in using Python C API which does not have that fatal outcome on CPython. See build...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.2. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.2 💅 Cosmetic Output Improvements In #250 and #258, @facutuesca💰 added a nudge message with a magic link...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](https://github.com/pycqa/isort/compare/5.13.2...7.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.21.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.21.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...25.9.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](https://github.com/asottile/blacken-docs/compare/1.18.0...1.20.0)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.12.2. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.12.2 🐛 What's Fixed The fix for signing legacy zip sdists turned out to be incomplete, so @woodruffw💰...
The AT command AT+CKPD is used in GSM modems to simulate key presses on the phone's keypad. Would be nice to have such feature inmpelented using gammu python wrapper. Also...