gprs-moto
来自「基于嵌入式linux和s3c2440的gprs拨号脚本程序」· 代码 · 共 52 行
TXT
52 行
## pppd options for the Motorola T260 # Replace the obvious lines with your username and modem device## $Id: gprs-moto,v 1.1 2001/12/10 16:17:15 tjd21 Exp $#name tjd21#Com2/dev/ttyS0# Serial port line speed and options#115200#1920057600debugdefaultroutenodetach#updetach#-detach#crtsctsnoipdefaultmodemusepeerdnspersistnodeflatelocal#mtu 1400# Control character handlingasyncmap 0#escape FF# Generic GPRS options#file /etc/ppp/gprs-optionsnovjnovjccompnopcompnoaccompnobsdcompnoauth#lock# Chat scripts#+ua /etc/ppp/login#connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/gprs-moto-connect-chat"connect "/usr/sbin/chat -v -f /etc/ppp/chatscripts/gprs-moto-connect"#disconnect "/usr/sbin/chat -f /etc/ppp/chatscripts/gprs-disconnect-chat"#
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?