Re: access serial port in python

2006-05-29 Thread Cameron Laird
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

Re: access serial port in python

2006-05-28 Thread Ingo Haase
google for win32serialport.py may be this is what you want I.Haase -- http://mail.python.org/mailman/listinfo/python-list

Re: access serial port in python

2006-05-27 Thread Grant Edwards
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

Re: access serial port in python

2006-05-26 Thread vipulagarwal . in
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

Re: access serial port in python

2006-05-26 Thread vipulagarwal . in
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

Re: access serial port in python

2006-05-26 Thread Larry Bates
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