I want to use a SIM-card reader as my hardware for my thesis. With it, my PC can send SMS to someone's cell phone. What kind of system is the best for the kind of software I want to use? As I first planned, I wanted to do a security system that will notify my phone if someone attempts to open my PC, but I got a lot of bad feedback on that project, so now I am thinking of another kind of project related to the one I first proposed. Can you help me out?
|
closed as not constructive by casperOne♦ Sep 14 '12 at 14:10
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
If you want to send sms, you need more than just a sim card reader; you will also need a GSM transceiver module. (or CDMA/UMTS/TDMA/etc depending on your local telephone network...) A simple (and relatively cheap) way of getting a GSM transceiver is to use an old mobile phone, which has a remote access connection. The ones listed on Gnokii's supported list and Gammu's phone db are usually easy to work with... If you're going to use a standalone GSM transceiver (like http://www.gsm-modem.de/gsm-module.html), then you have to interface with it to send/receive your sms, and also to read from/write to your sim card. |
|||||
|