HMG SMS

HMG Samples and Enhancements

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

HMG SMS

Post by Rathinagiri »

One of my clients had asked for SMS sending feature in HMG software.

I have connected GSM modem using COM port connection and created a SMS utility in HMG. I used the concept from hbcomm and hbsms contrib.

Hope this will be useful for others too.
hmgsms.jpg
hmgsms.jpg (34.56 KiB) Viewed 6724 times
sms.zip
(4.84 KiB) Downloaded 709 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: HMG SMS

Post by apais »

Cool !!!
Angel Pais
Web Apps consultant/architect/developer.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG SMS

Post by esgici »

thanks !
Viva INTERNATIONAL HMG :D
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG SMS

Post by danielmaximiliano »

Muy buen trabajo Rathi.

good job Rathi.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG SMS

Post by bpd2000 »

Thank you Rathi for sharing
BPD
Convert Dream into Reality through HMG
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG SMS

Post by bpd2000 »

Hi Rathi,

We can use API to send SMS from internet ?
BPD
Convert Dream into Reality through HMG
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG SMS

Post by Rathinagiri »

You mean free sms services given by internet companies? Yes. we can.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG SMS

Post by bpd2000 »

rathinagiri wrote:You mean free sms services given by internet companies? Yes. we can.
Not free but SMS purchased from service provider

Interest to know how to use send SMS using API
BPD
Convert Dream into Reality through HMG
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG SMS

Post by danielmaximiliano »

bpd2000 wrote:
rathinagiri wrote:You mean free sms services given by internet companies? Yes. we can.
Not free but SMS purchased from service provider

Interest to know how to use send SMS using API
Hola BDP: aqui la empresa Movistar proporciona una API muy sencilla que nos permite enviar mensajes de texto vía HTTP. El requisito es que el servicio debe de utilizar un número móvil de Movistar.

Para poder utilizar esta API, primero hay que darse de alta en el servicio y para ello hay que mandar un mensaje al número 22770 con el texto CLAVE. Al instante recibirás otro mensaje con un password para que puedas empezar a utilizar el API.

Los mensajes que se envíen, serán cobrados al número que se ha utilizado en la configuración del API con el precio normal de la tarifa contratada.

Translate Google :

Hello BDP: here the company Movistar provides a simple API that allows us to send text messages via HTTP. The requirement is that the service must use a Movistar mobile number.

To use this API, you must first register with the service and for this we must send a message to the number 22770 with the key text. Instantly receive another message with a password so you can start using the API.

The messages sent will be charged to the number that was used in the API configuration with the normal price of the contracted rate.

Info : http://open.movilforum.com/en/home/A
Info : https://github.com/Krun/snappy-sms-movistar
Info : http://omf.morfeo-project.org/wiki/inde ... vio_de_SMS
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
bels79
Posts: 37
Joined: Fri Sep 09, 2011 8:01 am
DBs Used: DBF, MySQL

Re: HMG SMS

Post by bels79 »

if using usb gsm, how to change its port com ?
tq
Post Reply