In article <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
>hi
>i hav written a code in python to send an SMS from a nokia 3310
>connected to my PC...
>i wanted to receive a msg on my PC. In order to do so, the PC must know
>when it has to read data frm the serial port ...thus an interrupt must
>b
google for win32serialport.py
may be this is what you want
I.Haase
--
http://mail.python.org/mailman/listinfo/python-list
On 2006-05-27, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> i can use the polling method to check for data on the serial port using
> pyserial...but i need to use the interrupt driven method .am workin
> on a windows platform
I don't think there is any way to so interrupt driven I/O un
i can use the polling method to check for data on the serial port using
pyserial...but i need to use the interrupt driven method .am workin
on a windows platform
--
http://mail.python.org/mailman/listinfo/python-list
i can use the polling method to check for data on the serial port using
pyserial...but i need to use the interrupt driven method .am workin
on a windows platform
--
http://mail.python.org/mailman/listinfo/python-list
pyserial?
http://pyserial.sourceforge.net/
-Larry
[EMAIL PROTECTED] wrote:
> hi
> i hav written a code in python to send an SMS from a nokia 3310
> connected to my PC...
> i wanted to receive a msg on my PC. In order to do so, the PC must know
> when it has to read data frm the serial port ...th