BeagleBoard 上的 Android GSM 模块

发布于 2024-10-24 07:09:01 字数 800 浏览 1 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文