<div class="gmail_quote">On Tue, Jul 21, 2009 at 9:37 PM, Seth <span dir="ltr"><<a href="mailto:king.seth@gmail.com">king.seth@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I have used pyserial in the past but this is my first experience with<br>
pyQt. I am using the Python xy package for windows current but might<br>
move to linux. I have a small device that is outputting a basic text<br>
string. I want to be able to read this string(from the comm port) and<br>
update a text box and eventually a graph in pyQt. I can't find any<br>
documentation or tutorials on how to do this. If anyone can point me<br>
in the right direction or give me some tips I would be grateful.<br></blockquote><div><br> </div></div>
As I need to do something similar I looked around and found the following recipe at activestate:<br>
<br>
<a href="http://code.activestate.com/recipes/82965/">http://code.activestate.com/recipes/82965/</a><br>
<br>
In the comments there is an example for PyQt.<br>
<br>
<br>
Cheers,<br>
Robert<br>