Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
i use code example in this link
to send and receive sms in mobile app...

How to send sms
the mobile app listen to port with below code to resive sms:
receiveCon = (MessageConnection) Connector.open("sms://:1");
receiveCon.setMessageListener(this);


now i want receive sms in our mobile application that sent by AT command in c# windows application
can anyone help me(know) that how to send sms with AT command that my app able to receive it?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900