问题
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.
回答1:
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.
来源:https://stackoverflow.com/questions/2677130/make-desktop-sms-application-using-blackberry