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
Related
I'm trying to send AT commands for caller id through USB cable to my Vonage device. I tried this LINK, but not getting success. I can't able to send Query Commands. Anyone can tell me please how to send AT commands via usb cable.
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
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?
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.
I have made j2me SMS receive app.when i tried in in sun WTK it works
fine. It receives SMS in the emulator, but when I tried in Nokia n91, it does not receive it.
If you want to access the default sms inbox (port 0 of the sms protocol), you just can't do it with the usual virtual machine. The most you can do is to listen to a specific port and receive sms's sent to that port. If you want to do that, then the messages you send have to be specifically destined to that custom port.
Here it's a topic "discussing" this at the Nokia forum.
Regards.