使用 Objective C 通过 GSM 手机\调制解调器发送短信
cocoa 中是否有可用的 API 或功能,我可以在其中与我的 GSM 手机通信以收听任何传入的 SMS 消息并能够自己发送消息。我正在尝试为 OSX SnowLeopard 构建一个可以执行此操作的应用程序。在 Windows 平台下,我可以使用可用的 API 来完成这项工作。我只需将手机连接到 PC,配置 API 以通过设备使用的可用 COM 端口之一与手机进行通信。
Is there an available API or functionality in cocoa where i can communicate with my GSM Phone to listen to any incoming SMS messages and be able to send messages myself. I'm trying to build an application for OSX SnowLeopard that can do this. Under the windows platform there are available API's that i can use to do this job for me. I just need hook up my mobile phone into my PC, configure the API to communicate with the phone thru one of the available COM Ports used by the device.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里检查我的想法:如何从通过 GSM 调制解调器的 Mac 终端?
check my thoughts about it here: How to send SMS from Mac terminal via GSM modem?