ppp-on-dialer

来自「在mx21+linux2.4.18平台上实现gprs拨号上网」· 代码 · 共 15 行

TXT
15
字号
#!/bin/sh## This is part 2 of the ppp-on script. It will perform the connection# protocol for the desired connection.#exec chat -v						\	TIMEOUT		3				\	ABORT		'\nBUSY\r'			\	ABORT		'\nNO ANSWER\r'			\	ABORT		'\nRINGING\r\n\r\nRINGING\r'	\	''		ATZ				\	TIMEOUT		30				\	OK		AT+CGDCONT=1,"IP","CMNET"	\	OK		ATD*99***1#			\	CONNECT		''

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?