Discussion:
SMS mit Delphi 5
(too old to reply)
Nicolas Bronke
2013-09-30 10:58:04 UTC
Permalink
Gibt es eine Komponente, mit der man via Delphi ein SMS senden kann,
soweit ein UTMS Modem verfügbar ist?
Alternativ via ein Provider?

Danke für Tips
Grüße
Nicolas
JJ
2013-09-30 15:24:59 UTC
Permalink
Post by Nicolas Bronke
Gibt es eine Komponente, mit der man via Delphi ein SMS senden kann,
soweit ein UTMS Modem verfügbar ist?
Alternativ via ein Provider?
In English or go here:

de.comp.lang.delphi.misc
Nicolas Bronke
2013-10-01 08:52:23 UTC
Permalink
Post by Nicolas Bronke
Gibt es eine Komponente, mit der man via Delphi ein SMS senden kann,
Post by Nicolas Bronke
soweit ein UTMS Modem verfügbar ist?
Alternativ via ein Provider?
Sorry

Does exists a component for delphi 5 which allows sending a SMS if a
UTMS modem is available?
Alternatively via an internet Provider
Regards
Nicolas
JJ
2013-10-01 10:54:11 UTC
Permalink
Post by Nicolas Bronke
Does exists a component for delphi 5 which allows sending a SMS if a
UTMS modem is available?
Alternatively via an internet Provider
I did tried to search this kind of component long ago, but couldn't find any
that's free and ready to use. Most of them are merely generic modem AT
command helper component. Or simply an SMS PDU builder unit. I ended up
making my own GSM library.

I remember there's a commercial component called Oxygen (or D-Oxygen?), but
I can't remember if it support Delphi 5 or not. It's for GSM modem, but
AFAIK, UMTS is an extension of GSM in terms of modem AT commands. So, UMTS
is GSM compatible.
Nicolas Bronke
2013-10-05 09:11:13 UTC
Permalink
Post by JJ
Post by Nicolas Bronke
Does exists a component for delphi 5 which allows sending a SMS if a
UTMS modem is available?
Alternatively via an internet Provider
I did tried to search this kind of component long ago, but couldn't find any
that's free and ready to use. Most of them are merely generic modem AT
command helper component. Or simply an SMS PDU builder unit. I ended up
making my own GSM library.
I remember there's a commercial component called Oxygen (or D-Oxygen?), but
I can't remember if it support Delphi 5 or not. It's for GSM modem, but
AFAIK, UMTS is an extension of GSM in terms of modem AT commands. So, UMTS
is GSM compatible.
thank you for your response
Nicolas

Loading...