473,395 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

sms api or activeX for javascript to GSM modem

Hi,

I am looking for above. Any recommendation ?

The GSM modem is a data card with phone chip in notebook which can send sms directly without going through other sms gateway URL.

I only need to programming api/lib to send sms.

Regards
Hoe
Dec 26 '05 #1
11 4764
VK

tnhoe wrote:
Hi,

I am looking for above. Any recommendation ?

The GSM modem is a data card with phone chip in notebook which can send sms directly without going through other sms gateway URL.

I only need to programming api/lib to send sms.


You did not get the picture right. SMS is a *service* provided by a
particular wireless provider. Some of them (but not all) aditionally
have a web-form on their site to send SMS withing the network you're
subscribed in. Some of them even let you to roam SMS's from that form
to other networks (the actual list may vary greatly). All of them have
limitations on maximum amount of free messages sent from one IP.
There is no way to *simply send SMS* as there is not a modem that would
"simply connect you to the Internet" (without service provider). -
unless I've got your phone ship from Langley so it can spoof any
available wireless network. In the latter case ask for instructions
from the place of origin.

You need to find the most generous wireless provider: thus having a
web-form for SMS with the biggest amount of free messages and the best
roaming coverage.
After you open account with this provider, you can use AJAX to send
your SMS.

Dec 26 '05 #2
VK
Additionally to the previous post
<11*********************@g14g2000cwa.googlegroups. com>

Some wireless service providers (like German O2) have official SMS-spam
software. You can install it and subscribe for on of *paid* spamming
plans (usually up to 10,000 SMS per day, there are 100,000/day but it
gets really expensive).
I did not use any of them, but I had to set some for American
customers. Sell my soul, I know :-( :-)

In any case the presence or absence of actual wireless hardware on your
computer has no importance. Again - unless you decided to play "Mission
Impossible 3".

Dec 26 '05 #3
VK

VK wrote:
Some wireless service providers (like German O2) have official SMS-spam
software. You can install it and subscribe for on of *paid* spamming
plans (usually up to 10,000 SMS per day, there are 100,000/day but it
gets really expensive).


Sorry for *good* name of O2 :-)
That was Debitel, I just checked by my papers.

Dec 26 '05 #4
On 26 Dec 2005 01:33:01 -0800, "VK" <sc**********@yahoo.com> wrote:
Some wireless service providers (like German O2) have official SMS-spam
software. You can install it and subscribe for on of *paid* spamming
plans (usually up to 10,000 SMS per day, there are 100,000/day but it
gets really expensive).
I did not use any of them, but I had to set some for American
customers. Sell my soul, I know :-( :-)

In any case the presence or absence of actual wireless hardware on your
computer has no importance.


It is perfectly possible to send and recieve SMS's on a regular GSM
card in a computer, or even cabled onto a regular phone, it would be
severely limited in performance terms, but there's nothing impossible.

Yes the handset would need to talk to a providers sms gateway and
would need a service provider, however the cost would be the same as
for a regular phone (and with certain contracts you'd only be paying
per outbound and could actually get very cheap unit costs, competitive
with a high performance net gateway.

The proper way to do it is to use one of these gateways, low
performance (in that they'll have difficulty routing to ported numbers
and offer few guarantees) would be someone like www.clickatell.com for
more robust service in the UK, someone like mBlox who provided us with
the Crazy Frog.

I've even talked to the mblox api in javascript, but that was purely
during testing... normally you'd do it in something sensible.

Jim.
Dec 26 '05 #5
VK

Jim Ley wrote:
It is perfectly possible to send and recieve SMS's on a regular GSM
card in a computer, or even cabled onto a regular phone, it would be
severely limited in performance terms, but there's nothing impossible.


That is an equivalent of sending SMS from your cellphone and it's under
the same limitations for outbound messages as your current plan.

Nearly all cellphones are coming with some connectivity package to use
with IrDA or COM or USB. Among other features in such package you can
usually prepare and send SMS using way more convenient PC keyboard.

But this option has nothing to do with the posed question IMHO. Also
why would one need to buy rather expensive PC GPRS hardware if you can
have exactly the same functionality for $1 (plus subscription plan
which is needed anyway)?

Dec 26 '05 #6
On 26 Dec 2005 02:29:33 -0800, "VK" <sc**********@yahoo.com> wrote:

Jim Ley wrote:
It is perfectly possible to send and recieve SMS's on a regular GSM
card in a computer, or even cabled onto a regular phone, it would be
severely limited in performance terms, but there's nothing impossible.
That is an equivalent of sending SMS from your cellphone and it's under
the same limitations for outbound messages as your current plan.


Yes, hence the "severely limited in performance terms"

but a thousand a day is no problem at all.
But this option has nothing to do with the posed question IMHO. Also
why would one need to buy rather expensive PC GPRS hardware if you can
have exactly the same functionality for $1 (plus subscription plan
which is needed anyway)?


Because most people already own a phone, so there's no actual
purchasing necessary, it also provides incoming SMS handling at
considerably lower cost.

Jim.
Dec 26 '05 #7
VK

Jim Ley wrote:
Because most people already own a phone, so there's no actual
purchasing necessary, it also provides incoming SMS handling at
considerably lower cost.


OK then. Modem communication goes through the modem build-in AT Set
which is rather different for each modem. There is a bunch of software
for different platform and different browsers to handle it on a higher
level. Same for GSM cards - depending on interfaces exposed by the card
driver. OP needs to check for his particular hardware. There is
absolutely nothing related to JavaScript or ActiveX or any other
web-related scripting in this problem.

Dec 26 '05 #8
Hi,all

Thanks for your reply.

I did use an Edge/Gprs data card with phone chip, plug in a notebook and send SMS to other phone directly using Microsoft SMS Sender software in command line mode from my windows application, and it works as expected.

But this Microsoft SMS Sender software :-
- does not return a value to tell whether the sending is successful
- I want to hide all interative message box from it when sending bulk SMS

So I am looking for alternative api/lib to send SMS via phone modem instead of using Microsoft SMS Sender software.

It is not the hardware/technology problem.
There must be a way to do this because Microsoft SMS Sender can do it.
Only the syntax/api/dll call that all we need.

Regards
Hoe
Dec 26 '05 #9
VK

tnhoe wrote:
So I am looking for alternative api/lib to send SMS via phone modem
Phone modem has nothing to do with SMS, as SMS has nothing to do with
TCP/IP and Internet.
It is not the hardware/technology problem.
It is exactly that - plus business-related limitations. The wireless
company you're currently using has much more important and profitable
traffic to serve rather than your SMS's. You may go around with 100
-500 SMS per day but even 1,000 is very questionnable. For a serious
project you need to consult with your provider and see what paid offers
do they have. Agin - stop thinking of SMS in terms of e-mail, they are
not anyhow related.
There must be a way to do this because Microsoft SMS Sender can do it.
Please read the bottom of the download page what does the software
actually do:

<http://www.microsoft.com/downloads/details.aspx?FamilyID=06a4f997-7f69-4891-8929-37b9041924a2&DisplayLang=en>
Only the syntax/api/dll call that all we need.


All you need is some funding for your SMS ad project and the phone # of
the ad department of your wireless provider. They have all software you
need and 1,000 / 10,000 / 100,000 etc. SMS packages.

Again - it has nothing to do with JavaScript in any shall perform form,
and it's very weakly related with the programming as such.

Dec 26 '05 #10
VK

VK wrote:
All you need is some funding for your SMS ad project and the phone # of
the ad department of your wireless provider. They have all software you
need and 1,000 / 10,000 / 100,000 etc. SMS packages.
Unless you're located in the US there SMS spam is strongly prohibited
unless proven to be in-corporate exchange.
Again - it has nothing to do with JavaScript in any shall perform form,
and it's very weakly related with the programming as such.


Just to repead again.

Dec 26 '05 #11
"VK"

I would like to clarify following :-
Phone modem has nothing to do with SMS
Phone modem connected in pc, a SMS software send SMS via the phone modem.
It is what I am doing now, using Microsoft SMS Sender software.
as SMS has nothing to do with TCP/IP and Internet.
I know SMS always sent via phone modem, and nothing to do with Internet.
The reason I ask for Javascript activeX/api so that I can embed SMS call
programming into my web application.
.. <http://www.microsoft.com/downloads/details.aspx?FamilyID=06a4f997-7f69-4891-8929-37b9041924a2&DisplayLang=en>
It is exactly what I am using, and I am looking for a better one here.
They have all software you need and 1,000 / 10,000 / 100,000 etc. SMS
packages.

I have check around SMS gateway and found their charges is much higher. Now
I send SMS directly via phone modem.
Again - it has nothing to do with JavaScript in any shall perform form,
and it's very weakly related with the programming as such.


It is only software problem I faced and I try to turn to Javascript if
possible.
There might be Javascript activex/script available which some of you might
know but I don't know of.
Without asking I wouldn't know.

Dec 27 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: NewbieJon | last post by:
I am attempting to send the variable "sComputerName" from my ActiveX script to "GetInfo.asp" using javascript. (Having been advised this is the way to get my ActiveX variable into my ASP script) ...
2
by: Lawrence San | last post by:
I'm trying to test some simple JavaScript meant to speed up the display of my Web pages for readers using modems, but I have a fast DSL connection and I'm having trouble visualizing how effective...
1
by: Andrey | last post by:
How to define speed connection modem (Internet) in javascript?
12
by: A.M. | last post by:
Hi at all, how can I do to insert into a HTML page a file .txt stored in the same directory of the server where is the html file that must display the text file.txt? Thank you very much P.Pietro
18
by: DartmanX | last post by:
Is there a simple way to determine if someone using Internet Explorer has completely disabled ActiveX controls? Jason
4
by: marcosnogood | last post by:
Hello, I need to dynamically load an activex object because what object to load is based on certain conditions. Also I need to wait for the object to have initialized before moving on. What I...
4
by: Epictitus | last post by:
I am trying to write a script which will allow me to read the contents of an HTTP web page into memory, parse the data, and output a calculated value. The HTTP page is on a web enable appliance -...
1
by: kret | last post by:
Hi, this is my first post so first of all I would like to say hello :) Now getting to my problem. In my job I have to create an ActiveX control in .NET 1.1 that can be lunched from IE....
3
by: =?Utf-8?B?R3JlZyBN?= | last post by:
Hello, I'm running an asp.net, intranet web application using .net framework 1.1 on IIS5.1 / 6.0. Through the web application, I would like to press a button on the web page, have another window...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.