Python Comm Lib

Jayr Magave jmagave at amazon.com.br
Mon Jun 28 00:58:06 EDT 1999


I'm trying to write a TAP wraper module (pager protocol www.pcia.com) in
Python as my 1st project. I am currently running Windows 32 bits and I am
using Serial I/O I found at Win95/NT area in www.python.org.

The project is:

1. Setup a web homepage FORM where users may  fill a TEXTEDIT with message
as (PHONE, PIN, MSG)
2. The server should dial-up the PAGER SERVICE, probably throug CGI Python
module, say:

    def TAP_send('222-9999', '123','Hello World')


3. When connected SEND MSG, then disconnects.

Any hints?

Thanx

Jair






More information about the Python-list mailing list