On Tue, Jul 21, 2009 at 9:37 PM, Seth <king.s...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to