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
sms_versand_mit_raspberry [2015/06/23 15:39]
admin [Links / Quellen]
sms_versand_mit_raspberry [2015/06/24 14:04] (aktuell)
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 (1e2d:004f) # 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"​
-# TELTONIKA (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 26: Zeile 28:
 # ... # ...
 [GSM1] [GSM1]
-# CEP-CT63-USB+# CEP-CT63-USB, 1&1 SURFSTICK (ZTE MF110)
 #init = AT+CMEE=2 #init = AT+CMEE=2
 # TELTONIKA # TELTONIKA
 init = ATE0+CMEE=1;​+CREG=2 init = ATE0+CMEE=1;​+CREG=2
 device = /​dev/​ttyUSB.GSM device = /​dev/​ttyUSB.GSM
 +# 1&1 SURFSTICK (ZTE MF110)
 +#device = /​dev/​ttyUSB1
 +#device = /​dev/​ttyUSB2 ​
 incoming = yes incoming = yes
 pin = 4711 pin = 4711
sms_versand_mit_raspberry.1435066741.txt.gz · Zuletzt geändert: 2015/06/23 15:39 von admin