Re: Problem with two instances of PySerial

2009-07-13 Thread Grant Edwards
> On Thu, 9 Jul 2009 08:40:18 -0500, Shine Jose wrote: > I achieve this by creating a separate worker thread to poll > the serial port for arrival of data and then updating the > required widget in main thread of program. For polling the > serial port, I create a separate instance of pySerial ob

Problem with two instances of PySerial

2009-07-09 Thread Shine Jose
Hello friends,I am developing an application to read data from serial port and display it on the screen using GUI developed in pyQT. For this I have instantiated the GUI as well as pySerial objects in the main thread. I have provided a button 'Read' which when clicked by the user reads from the ser