如何通过gprs调制解调器获取公共IP
我正在使用 wavecom gsm gprs 调制解调器
型号:M1306B
我们如何向公众启用此调制解调器。
我们从以下几个方面做了。
AT+WOPEN=1
OK
AT+CGREG=1
OK
AT+CGAAT=1
AT#APNSERV="AIRTELGPRS.com"
ERROR
AT#APNSERV="CELLONEPORT"
ERROR
AT+CONNECTIONSTART
ERROR.
我们可以做什么设置。
请建议我。
I am using wavecom gsm gprs modem
Model No: M1306B
How to we enable the public for this modems.
We doinged from the followings.
AT+WOPEN=1
OK
AT+CGREG=1
OK
AT+CGAAT=1
AT#APNSERV="AIRTELGPRS.com"
ERROR
AT#APNSERV="CELLONEPORT"
ERROR
AT+CONNECTIONSTART
ERROR.
What can we do the settings.
Please advise me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想获取互联网 IP,您基本上有两个选择:
1) DIY - 确定从操作系统检索此数据的正确策略。
2) 给朋友打电话 - 在互联网上的某个地方设置一个小型服务器,当连接到该服务器时,该服务器会告诉您您的 IP 地址。 这只不过是几行代码而已(我希望这样的东西已经存在)。
If you're trying to get your internet ip, you have essentially two options:
1) DIY - Determine the correct strategy to retrieve this data from your OS.
2) Phone a friend - Set up a server somewhere on the internet with a small server that will, when connected to, tell you your IP address. This would be little more than a few lines of code (and I expect such a thing exists already).