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
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
be generated when the serial port receives data frm the phone .