Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying to send a text message from a cell phone to a computer that is attached to a land line. From there I will write code to have this text message stored on the computer. Is this possible? The computer will have a telephone number. I can send an e-mail from a cell to a computer, so how about a text? Thank you.
Posted
Comments
_Zorro_ 12-Jul-12 12:16pm    
I don't think so, usually you would need an sms receiver. Unless I'm completely wrong you will have to check with a communication provider, a friend of mine does something similar and had to purchase a receiver with a gsm card.
Member 7766180 12-Jul-12 12:58pm    
Thank you. This helps a lot. Do you happen to know the particulars of what your friend purchased?
_Zorro_ 13-Jul-12 3:25am    
No, i'm sorry but I don't know.

1 solution

The best solution I can give you is to use a service like Twilio[^]. They will allow you to send and receive text messages through their service. It isn't free, but it is relatively inexpensive. This would allow you to sent messages to the computer.

If you were looking for alternatives, you could also get a physical card for your computer that would connect to the cell towers and get the text messages. It is more expensive than Twilio and it will be more complicated, but if you are doing a lot of text messages it might be cheaper in the long run.

If you are looking for other quick ways to send a message to your computer, you could use Twitter. Listen to a specific account and when they send a message, process it and perform the requested operation.
 
Share this answer
 
Comments
Member 7766180 12-Jul-12 17:18pm    
Thank you. I will look into Twilio. The card thing sounds a bit on the overkill side (for now). The Twitter thing might possibly work. What I'm trying to do is send a text message back to the office computers, they would be collected and placed in a database.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900