Benutzer-Werkzeuge

Webseiten-Werkzeuge


sms_versand_mit_raspberry

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte Überarbeitung Beide Seiten der Revision
sms_versand_mit_raspberry [2015/06/23 15:31]
admin
sms_versand_mit_raspberry [2015/06/24 13:50]
admin
Zeile 8: Zeile 8:
 <code bash> <code bash>
 apt-get install smstools apt-get install smstools
 +#ggfls. z.B. für 1&1 Surfstick (19d2:0031 ZTE WCDMA Technologies MSM MF110/​MF627/​MF636)
 +apt-get install usb-modeswitch usb-modeswitch-data
 </​code>​ </​code>​
  
Zeile 13: Zeile 15:
  
 <code bash 99-gsm-usb.rules>​ <code bash 99-gsm-usb.rules>​
-# 0403:6001 Future Technology Devices International,​ Ltd FT232 USB-Serial (UART) IC+TELTONIKA ModemUSB/​E10 UM1000 (0403:6001 Future Technology Devices International,​ Ltd FT232 USB-Serial (UART) IC)
 SUBSYSTEM=="​tty",​ ATTRS{idVendor}=="​0403",​ ATTRS{idProduct}=="​6001",​ SYMLINK+="​ttyUSB.GSM"​ SUBSYSTEM=="​tty",​ ATTRS{idVendor}=="​0403",​ ATTRS{idProduct}=="​6001",​ SYMLINK+="​ttyUSB.GSM"​
-# CEP-CT63-USB+# CEP-CT63-USB ​(1e2d:004f)
 SUBSYSTEM=="​tty",​ ATTRS{idVendor}=="​1e2d",​ ATTRS{idProduct}=="​004f",​ SYMLINK+="​ttyUSB.GSM"​ SUBSYSTEM=="​tty",​ ATTRS{idVendor}=="​1e2d",​ ATTRS{idProduct}=="​004f",​ SYMLINK+="​ttyUSB.GSM"​
-# 0aeb:0040 TTP Communications,​ Ltd+TELTONIKA ModemUSB/​E10 UM1200 (0aeb:0040 TTP Communications,​ Ltd)
 SUBSYSTEM=="​tty",​ ATTRS{idVendor}=="​0aeb",​ ATTRS{idProduct}=="​0040",​ SYMLINK+="​ttyUSB.GSM"​ SUBSYSTEM=="​tty",​ ATTRS{idVendor}=="​0aeb",​ ATTRS{idProduct}=="​0040",​ SYMLINK+="​ttyUSB.GSM"​
 </​code>​ </​code>​
Zeile 39: Zeile 41:
  
 <code text> <code text>
 +To: <​Empängernummer>​ 
 +  
 +Text der SMS
 </​code>​ </​code>​
  
Zeile 170: Zeile 174:
 ===== Links / Quellen ===== ===== Links / Quellen =====
   * https://​www.datenreise.de/​raspberry-pi-sms-per-kommandozeile-versenden/​   * https://​www.datenreise.de/​raspberry-pi-sms-per-kommandozeile-versenden/​
 +  * http://​krausens-online.de/​sms-via-raspberry-teil-2/​
sms_versand_mit_raspberry.txt · Zuletzt geändert: 2015/06/24 14:04 von admin