从 j2me 发送的 SMS 不会被非 java 手机(如 android 和 gsm 调制解调器)接收

发布于 2024-12-09 14:35:26 字数 504 浏览 0 评论 0原文

我需要使用 j2me 应用程序中的短信将“用户名,密码,0,1,1,1,0,1,0”之类的模式发送到不受我控制的 gsm 调制解调器。它是用来储存食物的。

如果有人正常使用任何手机向 gsm 调制解调器提供的号码发送短信(就像您向任何人发送短信的方式一样),它会回复答案。

我的问题是从我的j2me应用程序发送的短信可以被任何java手机接收,但是gsm调制解调器没有收到它(因为我没有收到回复并且食物没有保留)。与 gsm 调制解调器一样,Android 手机收不到我的短信。

我使用典型的 j2me 库来发送短信。我尝试了短信,但没有成功。然后我尝试了BinaryMessage,gsm调制解调器没有收到它,但android收到了它!

另一件事是我找不到任何关于 sms pdu 的完整源代码、文档或示例。二进制payLoad是否都是使用BinaryMessage发送的完整短信格式?

最后我现在可以使用 BinaryMessage 发送普通文本短信吗?有什么例子吗?

提前致谢。 问候,阿里。

I need to send a pattern like "username,password,0,1,1,1,0,1,0" using sms from j2me app to a gsm modem that is not in my control. It is used to reserve foods.

If anyone send a sms to provided number of the gsm modem using any mobile phone normally (like how you send sms to anyone), it will reply an answer.

My problem is sms sent from my j2me app is received by any java phone, but the gsm modem doesn't get it (as I didn't receive the reply and the food is not reserved). Same as gsm modem android phones don't receive my sms.

I used the typical j2me libraries to send sms. I tried TextMessage, no luck. Then I tried BinaryMessage, it didn't received by gsm modem but android received it!

Another thing is that I couldn't find any complete source, documentation or examples about sms pdu. Is the binary payLoad all the full sms format sent using BinaryMessage?

At the end I would now is it possible to send normal text sms using BinaryMessage? Any examples?

Thanks in advance.
Regards, Ali.

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

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

发布评论

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

评论(1

小霸王臭丫头 2024-12-16 14:35:26

您应该尝试通过 AT 命令发送短信,撰写消息并通过命令发送:(AT+CMGS, AT+CMSS)

这里是它的教程

在底部,您有有关 AT 命令和 SMS 发送的主题的完整列表。

关于使用 AT 命令java me 中的 AT 命令教程

You should try to send sms by AT commands, compose message and send it sending by commands: (AT+CMGS, AT+CMSS)

Here is tutorial for it

At the bottom you have full list of topics about AT commands and SMS sending.

For using AT commands tutorial for AT commands in java me

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