BeagleBoard 上的 Android GSM 模块
我使用 http://www.sparkfun.com/products/9427 作为 GSM 模块。我已经为 FTDI 和通用 USB 串行驱动程序构建了。每次我尝试 pppd 呼叫 GPRS
时,都会收到 pppd: connect script failed
。
执行的命令是:
1. pppd /dev/ttyUSB0
2. netcfg ppp0 up
3. pppd调用gprs
gprs脚本:
<代码>/dev/ttyUSB0
460800
crtscts
调制解调器
没有身份验证
调试
不分离
使用peerdns
noipdefault
默认路由
用户“”
0.0.0.0:0.0.0.0
连接 '/system/bin/chat -s -v -f /system/etc/ppp/gprs-connect-chat' `
gprs-connect-chat 脚本:超时 15
“延迟”中止
中止“忙”
中止“错误”
中止“无拨号音”
中止“无载体”
超时 40
''\rAT
好的 ATZ
OK“ATQ0 V1 E0 S0=0 &C1 &D2 +FCLASS=0”
OK AT+CGDCONT=1,"IP","Singtel"
确定 ATDT*99# 连接
I'm using http://www.sparkfun.com/products/9427 as GSM module. I've built for FTDI and generic usb-serial driver. Everytime I try to pppd call GPRS
I'll get pppd: connect script failed
.
The commands executed were:
1. pppd /dev/ttyUSB0
2. netcfg ppp0 up
3. pppd call gprs
gprs script:/dev/ttyUSB0
`
460800
crtscts
modem
noauth
debug
nodetach
usepeerdns
noipdefault
defaultroute
user ""
0.0.0.0:0.0.0.0
connect '/system/bin/chat -s -v -f /system/etc/ppp/gprs-connect-chat'
gprs-connect-chat script:TIMEOUT 15
ABORT "DELAYED"
ABORT "BUSY"
ABORT "ERROR"
ABORT "NO DIALTONE"
ABORT "NO CARRIER"
TIMEOUT 40
'' \rAT
OK ATZ
OK "ATQ0 V1 E0 S0=0 &C1 &D2 +FCLASS=0"
OK AT+CGDCONT=1,"IP","Singtel"
OK ATDT*99#
CONNECT
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论