SMS: AT commands

蓝咒 提交于 2019-12-22 17:48:48

问题


I am trying to set up an SMS gateway on my computer

here's some code I found:

AT
OK
AT+CMGF=1
OK
AT+CMGL="ALL"
+CMGL: 1,"REC READ","+85291234567",,"06/11/11,00:30:29+32"
Hello, welcome to our SMS tutorial.
+CMGL: 2,"REC READ","+85291234567",,"06/11/11,00:32:20+32"
A simple demo of SMS text messaging.

OK

can this be done in windows?

what steps do I have to take in order to set this up?

what is the compiler?

how do I get started?


回答1:


These are AT commands, which are used with modems (or cell phones) who support that interface.

If you cell phone is connected to your computer by serial, you can open a HyperTerminal/Telnet/etc and communicate with it via AT commands.

There is no compiler or such, as this is merely a protocol for communicating with supporting devices.



来源:https://stackoverflow.com/questions/2994118/sms-at-commands

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!