GM862 Python programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nyrufneck
    New Member
    • Apr 2007
    • 1

    #1

    GM862 Python programming

    Hi all,

    I am new at programming python using GM862 and hyperterminal.
    I was able to download this script below into the module but I do not know how to execute the script.

    import MDM
    print 'Hello World!'
    result = MDM.send('AT\r' , 0)
    print result
    c = MDM.receive(10)
    print c

    Please help.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    The best idea would be to consult the manual for your GM862-PY.

    Comment

    Working...