I'm developing an Android app that will monitor the height of the flood. The data that will be used are from a SMS message that will be received by a USB modem. The data from the SMS will then be uploaded to a internet Server or FTP. This data will be downloaded by an Android App.
My Question is how to access this SMS from the USB modem. I'm much familiar with C, and PHP and other Web related language. Any suggestion on what language to use just to Access the SMS? thanks. :D
I'm not sure a that using a USB modem to receive sms is going to be your best option. Seeing that you are familiar with php and other web languages have you considered trying out the Twilio SMS API?
Related
Is there any way to send SMS from website to mobile without using SMS gateway?
Any other alternative ways...
Any help/suggestions really appreciable.
You can send SMS using devices like a Phone or GSM Modem directly connected to computer via USB.
If it's an android phone: You may try PDANet (a tethering program) will let you send and receive SMS via a little desktop client when you are connected to your phone via USB or bluetooth.
If it's GSM Modem you can try This
I was wondering if there is a way you can send an sms from mobile to pc using any language(preferably Java) without the use of gsm modem. I guess there should be some other way or some SMS API but my research didn't return anything. I want to use it for my final project at uni. If SMS is not an option, can you think of some other way of sending info from mobile to pcwithout having any internet connection. I know it sounds crazy, but i want to know from the experts if there is any way.
I want to use SMSLib in a Java application in order to send an SMS to my iPhone without using an external gateway, So, i want to deal with the phone as the gateway and make it receive the message, node that I'm considering the GSM of the mobile as the modem.
You can't access any of iOS SMS settings nor the messages. Java is also not support natively on iOS. It is also not possible to do any low level GSM calls like SMS.
If you want to send a SMS in iOS you will need to use the MFMessageComposeViewController
Using RXTX library im doing serial communication.I want to do it in swing based application
Write an AT commands to read received SMS in GSM modem
I need to send the messages to mobiles from java application
Is there any Java API which send/receive SMS using RxTx libraries.
There is a Java API called smslib.
How do I send sms to mobile through javamail api?
And is it necessary to know j2Me for sending sms through java?
How do I send sms to mobile through javamail api?
JavaMail is for sending email, not SMS. However, if you can find an email-to-SMS gateway service such services do exist), then that might work for you.
And is it necessary to know j2Me for sending sms through java?
No.