使用BlackBerry使桌面短信应用桌面、短信、BlackBerry

2023-09-07 00:06:47 作者:最后,还是寂寞依旧〃

嘿所有, 我一定要在.NET中发送短信的应用程序,它使用附加的黑莓手机(黑莓9630是precise)发送短信。我从来没有在智能手机应用程序的开发,所以想在这样的帮助。我搜索SO的答案,并发现了一个question,但其在Java中,我认为,code将运行在黑莓本身,而不是桌面,纠正我,如果我错了。 所以,如果有人可以点我在正确的方向,我将非常感激。 在此先感谢所有那些谁回答。

hey all, I have to make a SMS sending application in .NET, which uses the attached Blackberry handset(blackberry tour 9630 to be precise) to send SMS. I have never worked on smartphone application development, so want help in doing this. I searched SO for an answer and found one question, but its in java and i think that code would run on blackberry itself and not on desktop, correct me if i am wrong. So if someone could point me in the right direction I would be very grateful. Thanks in advance to all those who reply.

推荐答案

启用手机蓝牙与PC连接,它列举为COM(串口设备),测试在枚举各个COM口与AT命令集。在超级终端和使用提供code印花布网络发送短信。

Enable Bluetooth on Mobile and connect with PC, it enumerate as COM(Serial Device),Test on Enumerated each "COM" port with AT Command Sets. in Hyper terminal and Use available code allover the web to send SMS.