16 lines
358 B
Markdown
16 lines
358 B
Markdown
# mbim-sms-sender
|
|
|
|
A tool for sending SMS through a modem connected to MBIM/AT/other standard
|
|
interface, through ModemManager using D-Bus.
|
|
|
|
## Usage:
|
|
|
|
**IMPORTANT:** If your SIM card has a PIN set up, insert it into `modem_pin.txt` file.
|
|
|
|
```
|
|
import sms_functions
|
|
sms_functions.send_sms([ '+420608123456', '+420775123456' ], 'Testovaci
|
|
textova zprava')
|
|
```
|
|
|