mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 22:17:24 +00:00
Enabling SMS functionality
Use gammu to send SMS immediately via BOSWatch (connected UMTS-Stick). Watch out the prerequisites!
This commit is contained in:
parent
c408d38963
commit
9cad255804
2 changed files with 179 additions and 0 deletions
16
plugins/SMS/SMS.prereq
Normal file
16
plugins/SMS/SMS.prereq
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
gammu installieren
|
||||
|
||||
sudo apt-get install gammu python-gammu
|
||||
Konfig erstellen (zB /etc/gammurc)
|
||||
|
||||
root-Pflicht entfernen
|
||||
http://askubuntu.com/questions/211739/gammu-and-device-permissions
|
||||
|
||||
Daten eintragen
|
||||
|
||||
PIN-Abfrage deaktivieren mittels minicom
|
||||
minicom -D /dev/ttyUSB0
|
||||
ATI # alle infos
|
||||
|
||||
AT+CLCK="SC",0,"0000" # 0000 = PIN
|
||||
AT+CLCK="SC",2 # Status-Check
|
||||
Loading…
Add table
Add a link
Reference in a new issue