Skip to content

Instantly share code, notes, and snippets.

@notthetup
Last active September 24, 2017 03:18
Show Gist options
  • Save notthetup/5f618357a01d283cc26b87a3c3b20b9d to your computer and use it in GitHub Desktop.
Save notthetup/5f618357a01d283cc26b87a3c3b20b9d to your computer and use it in GitHub Desktop.
Prolink PHS600 network
[Dialer Defaults]
Modem = /dev/ttyUSB0
Baud = 460800
ISDN = 0
Phone = *99#
Stupid Mode = 1
Username = 0
Password = 0
Modem Type = USB Modem
Auto Reconnect = on
Dial Command = ATDT
Dial Attempts = 5
New PPD = yes
Init1 = ATZ
Init2 = AT+CFUN=1
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init4 = AT+CGDCONT=1,"IP","internet"
@notthetup
Copy link
Author

notthetup commented Sep 12, 2016

while [ ! -f /dev/ttyUSB0 ]
do
  sleep 2
done
/usr/bin/wvdial --config wvdial.conf

@notthetup
Copy link
Author

notthetup commented Oct 8, 2016

Manufacturer: PROLiNK Corp.

Model: PHS600

Revision: BD_PHS600V1.0.0B03

IMEI:****

+GCAP: +CGSM,+DS,+ES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment