Send SMS from attached mobile [message #394074] |
Wed, 25 March 2009 11:09  |
|
is there any API / library available that allows to send msges from a mobile connected at usb port ?
i want to generate sms msges from the fetched records from the database.
or any way to communicate with mobile attached to usb/serial port.
|
|
|
|
Re: Send SMS from attached mobile [message #395089 is a reply to message #394074] |
Tue, 31 March 2009 04:55   |
|
dont have deep coding knowledge abt vb / java
but i think it will be much easier in VB
an alternate way is that any service that query the specified oracle table with regular interval to see if there's any thing in the outbox to send.
so in this way, we can just insert our msg in that table with status send and the service query table, pick the data, and send sms. (an approach in ozeki 3rd party software but its not free.)
i found a file gnoki for that, but its not functioning, as sending bulk sms will raise performance issues.
===========
actually the requirement is for a school software that when the result is declared the parents are notified by SMS alert.
similarly on depositing fee, exams, notifications etc..
=============
any further assistance is highly appriciated.
awaiting for some practical solution.
|
|
|
|
Re: Send SMS from attached mobile [message #403584 is a reply to message #395562] |
Sun, 17 May 2009 04:17   |
|
thank u.
my problem is solved.
i've created an sms engine in forms 6 that sends sms via GSM modem connected to a virtual com port in windows.
the engine collects the data from a specified table (outbox) and send the sms to the desired number (also collected from the field). Its working, but m still working on it.
|
|
|
|
|
|
|
|
|
|
|