Python Script for Telit GM862-GPS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anitaa
    New Member
    • Apr 2008
    • 1

    Python Script for Telit GM862-GPS

    Hello!
    I'm new here, both in this forum and with Python, so you'll have to excuse me if my questions are a bit.... well, you know.

    I'm trying to write a script for Telit module with witch i'll be able to connect to a server and send some data. The module will receive the data from a PIC throught a serial port.
    I've managed to connect to the desired server (using simple AT commands, AT+CGDCONT, AT#SKTSET, AT#SKTOP), but while i'm connected, the port seems to be blocked, or at least i can't send anything to the module/server.

    Please help.
  • woooee
    New Member
    • Mar 2008
    • 43

    #2
    Are you using pyserial or USPP to access the port? If not, they may make it easier. If you don't get a response here, try comp.lang.pytho n http://groups.google.c om/group/comp.lang.pytho n/

    Comment

    • KariM2M
      New Member
      • Oct 2008
      • 2

      #3
      Hi,

      Please check our web-site for examples:
      http://www.m2m-platforms.com/index.php?page= python_articles &lang=en

      Kind Regards,
      KariM2M

      Comment

      Working...