是否有人将GM8620-GPS或类似设备连接到python脚本? [英] Is anyone interfacing GM8620-GPS or similar device with python script??

查看:74
本文介绍了是否有人将GM8620-GPS或类似设备连接到python脚本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


有没有人使用python脚本来编程Telit GM862-GPS模块?


我是新手在使用python。我正在开发一个应用程序,我必须打开GPRS连接并下载网页并保存在GM862-GPS内存中。


我今天遇到一个让我发疯的问题......我可以通过超级终端(没有python脚本)使用AT命令打开连接并下载http页面。当我使用python脚本发送相同的AT命令时,我无法连接。 GM862-GPS没有收到任何承运人的回复。


如果有人能帮我解决这个问题,我会很棒吗?


谢谢堆! !!

Noorul

Hi All,

Is there anyone using python script to programm the Telit GM862-GPS module??

I am a newbie in using python. I am developing an application in which i have to open a GPRS connection and download the webpage and save in the GM862-GPS memory.

I encounter a problem today which drive me crazy... I could open a connection and download the http page using AT command through hyperterminal (without python script). When i used python script to send the same AT command, I couldnt'' connect. the GM862-GPS replied with NO CARRIER.

I would be great if anyone could help me with this problem??

Thanks heaps!!!
Noorul

推荐答案


大家好,

有没有人使用python脚本来编程Telit GM862-GPS模块?


我是使用python的新手。我正在开发一个应用程序,我必须打开GPRS连接并下载网页并保存在GM862-GPS内存中。


我今天遇到一个让我发疯的问题......我可以通过超级终端(没有python脚本)使用AT命令打开连接并下载http页面。当我使用python脚本发送相同的AT命令时,我无法连接。 GM862-GPS没有收到任何承运人的回复。


如果有人能帮我解决这个问题,我会很棒吗?


谢谢堆! !!

Noorul
Hi All,

Is there anyone using python script to programm the Telit GM862-GPS module??

I am a newbie in using python. I am developing an application in which i have to open a GPRS connection and download the webpage and save in the GM862-GPS memory.

I encounter a problem today which drive me crazy... I could open a connection and download the http page using AT command through hyperterminal (without python script). When i used python script to send the same AT command, I couldnt'' connect. the GM862-GPS replied with NO CARRIER.

I would be great if anyone could help me with this problem??

Thanks heaps!!!
Noorul



我已经对GPS做过一些研究。

我有工作代码在Windows上与串口通信。

我想看看你是如何尝试串口com并与我分享我的。

I''ve done some research on GPS.
I have working code for talking to serial port on Windows.
I''d like to see how you are attempting serial com and share mine with you.


不考虑GPS另外,我在 PySerial 上也取得了不错的成绩。
Without regard to the GPS part, I have also had good success with PySerial.



我已经对GPS进行了一些研究。

我有工作代码用于与Windows上的串口通信。

我想看看你是如何尝试串行com并与我分享我的。
I''ve done some research on GPS.
I have working code for talking to serial port on Windows.
I''d like to see how you are attempting serial com and share mine with you.



我使用Hyperterminal通过串口与设备通信。我通过串口下载我的python脚本。


使用的库

导入SER - 通过串口发送和接收数据

import MDM - 将AT命令发送到模块

I use Hyperterminal to talk to the device using serial port. I download my python script through serial port.

Libraries used
import SER - send and receive data via serial port
import MDM - send AT command to the module


这篇关于是否有人将GM8620-GPS或类似设备连接到python脚本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆