[pyar] [consulta] GPRS y python

Nicolas Rebagliati nicolas.rebagliati en aenima-x.com.ar
Vie Oct 24 12:46:17 ART 2014


che use mucho PyGsm (https://github.com/adammck/pygsm), es muy bueno y
permite hacer algunas cosas mas complejas como cambiar el SMSC y hasta
hacer llamadas


2014-10-23 18:25 GMT-03:00 Leandro Brunner <leandrobrunner en yahoo.com.ar>:

> Hola Dario.
>
> Yo he usado "python-gsmmodem", "sms" y "pydialer para wvdial". El segundo
> fue el que me resultó más cómodo por su simplicidad.
>
> Algo así:
>
> import sms
> m = sms.Modem("/dev/ttyUSB0") # ubicación del modem
> #simular envío de mensajes
> #m.conn = DummyConnection()
> m.send("123456789", "Texto del mensaje")
>
> Espero te sirva, cualquier cosa escribime.
>
> Saludos.
> Leandro
>
> -
> Enviado desde mi BlackBerry®
>
> -----Original Message-----
> From: Dario Coria <dservero en gmail.com>
> Sender: "pyar" <pyar-bounces en python.org.ar>
> Date: Thu, 23 Oct 2014 17:26:27
> To: Python Argentina<pyar en python.org.ar>
> Reply-To: Python Argentina <pyar en python.org.ar>
> Subject: [pyar] [consulta] GPRS y python
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20141024/75eb0be0/attachment.html>


More information about the pyar mailing list