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.
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.
Comment