I am having difficulty in the language, I want to make is this: I will send an SMS to a modem GM862, and the python script that I will then have to put receive this SMS, how do you do?
What exactly do you want the python script to do? Process the message, or actually send it? If you want to actually send it, you will need to know the sms protocol or use a module that implements it already. I don't know of any off hand.
Comment