如何使用处理数据发送短信类型消息?

发布于 2024-10-17 23:38:49 字数 265 浏览 3 评论 0原文

我在 Processing 中编写了代码,用作我的 Arduino Fio。我的 Fio 上有一些传感器,当值超过阈值时,它们会输出警告消息。如何将警告声明以短信形式发送到电话号码?

I have code written up in Processing that works as a serial monitor for my Arduino Fio. I have a few sensors on the Fio that output a warning message when a value surpasses a threshold. How do I get warning statements sent to a phone number as a text message as well?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

勿忘初心 2024-10-24 23:38:49

如果您需要仅向特定电话(即您自己的电话)或预先已知的一小组电话发送电子邮件,许多运营商都有电子邮件 SMS 网关。例如,要向 Verizon 电话 304-555-1212 发送短信,只需将电子邮件发送至 [电子邮件]受保护]

请参阅:http://en.wikipedia.org/wiki/List_of_riers_providing_Email_or_Web_to_SMS

以下是如何从处理发送电子邮件的示例: http:// www.shiffman.net/2007/11/13/e-mail-processing/

If you need to send email to just a particular phone (i.e. your own) or a small set of phones known in advance, many carriers have an email SMS gateway. For example, to SMS the Verizon phone 304-555-1212, just send email to [email protected]

See: http://en.wikipedia.org/wiki/List_of_carriers_providing_Email_or_Web_to_SMS

Here is an example on how to send email from Processing: http://www.shiffman.net/2007/11/13/e-mail-processing/

幸福不弃 2024-10-24 23:38:49

Twitter 是一个很好的起点。你的事->叽叽喳喳。推特 -> SMS(或其他客户端)。否则,它会变得昂贵且更加复杂。

Twitter is a good place to start with this. Your thing -> twitter. Twitter -> SMS (or other clients). Otherwise, it gets expensive and more complicated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文