Skip to content

Instantly share code, notes, and snippets.

@martinklepsch
Created March 1, 2011 23:21
Show Gist options
  • Save martinklepsch/850111 to your computer and use it in GitHub Desktop.
Save martinklepsch/850111 to your computer and use it in GitHub Desktop.
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
; Phone = <Target Phone Number>
ISDN = 0
; Password = <Your Password>
New PPPD = yes
; Username = <Your Login Name>
Modem = /dev/ttyUSB0
Baud = 9600
[Dialer simyo]
Modem = /dev/ttyUSB0
Init2 = ATQ0 X3 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","internet.eplus.de";
Stupid Mode = 1
Modem Type = Analog Modem
Baud = 9600
Phone = *99***1#
ISDN = 0
Username = eplus
Password = gprs
Carrier Check = yes
[Dialer simyo-pin]
Modem = /dev/ttyUSB0
Init1 = AT+CPIN=1234
Stupid Mode = 1
Modem Type = Analog Modem
Baud = 9600
Phone = *99***1#
ISDN = 0
Username = eplus
Password = gprs
Carrier Check = yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment