开发者

Hardware and software setup for accessing and monitoring text messages on a phone connection

开发者 https://www.devze.com 2023-01-11 08:58 出处:网络
What hardware/software do I need to setup a machine that monitors incoming text (\"SMS\") messages 开发者_运维技巧on a phone connection? The software needs to be able to read the message, copy it to a

What hardware/software do I need to setup a machine that monitors incoming text ("SMS") messages 开发者_运维技巧on a phone connection? The software needs to be able to read the message, copy it to a database and then delete it.


Three ideas:

  • Use google voice instead of a cell phone, and your received SMS will arrive as email

  • Obtain a cheap phone that features a serial port on the headset connection and can use AT commands (AT+CMGR or something like that) to receive SMS, connect this to a computer's serial port using a cable with level translation

  • Use an Android phone and write an application which does this.

0

精彩评论

暂无评论...
验证码 换一张
取 消