![]() |
Send SMS with gsm modem - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Send SMS with gsm modem (/thread-21787.html) |
Send SMS with gsm modem - mariolopes - Oct-14-2019 Hi I want to Make a Python program for Sending SMS Using my Vodafone Sim Card. my idea is the following I put my sim card on modem gsm with the modem Connected to my computer I’ll run my Python program and send SMS Questions: Is that the best approach to solve the problem? What modem I have to buy? I live in Portugal. Thank you RE: Send SMS with gsm modem - tantony - Oct-14-2019 https://www.twilio.com/docs/sms/quickstart/python I'm new to Python myself, but maybe that link is a good place to start. RE: Send SMS with gsm modem - mariolopes - Oct-14-2019 Hi It’s paid service and I don’t waste money because I have free SMS on my phone card and I want to use it. RE: Send SMS with gsm modem - micseydel - Oct-15-2019 Your question "what modem should I buy?" isn't really a Python question; as much as we'd like to help, I'm doubtful anyone is going to have the background you're looking for. You'd probably be better off researching them yourself, and coming back with specific questions as they come up. |