Pyserial and pyQt

Robert Franke franke.rob at googlemail.com
Thu Jul 23 09:03:06 EDT 2009


On Tue, Jul 21, 2009 at 9:37 PM, Seth <king.seth at gmail.com> wrote:

>
> I have used pyserial in the past but this is my first experience with
> pyQt.  I am using the Python xy package for windows current but might
> move to linux.  I have a small device that is outputting a basic text
> string.  I want to be able to read this string(from the comm port) and
> update a text box and eventually a graph in pyQt.  I can't find any
> documentation or tutorials on how to do this.  If anyone can point me
> in the right direction or give me some tips I would be grateful.
>


As I need to do something similar I looked around and found the following
recipe at activestate:

http://code.activestate.com/recipes/82965/

In the comments there is an example for PyQt.


Cheers,
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090723/7d2d7348/attachment-0001.html>


More information about the Python-list mailing list