HI everybody.I wonder if anyone can help me.My problem is when i try to run any program with pythonwin using MDM Library.
this is my code
-
import MDM
-
print 'Hello World!'
-
result = MDM.send('AT', 0)
-
print result
-
c = MDM.receive(10)
-
print c
-
The problem that a message appears : The module is not responding.Do you want to retry to communicate?this message apaears again when i choose yes.
Please help me! it would be a big problem if i don't find solution.bye my friends .this is my mail: <removed>
Are you still working on this?
Double check all the usual RS232 settings.
It may help to jolt the module by using hyperterminal.
When you can get the AT commands to work on the terminal, then re-load pythonwin and re-try