<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.12">
<TITLE>wxreactor, serialport, and Windows</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I have some twisted code that supports forwarding serial port data to a tcp socket.&nbsp; The code needs to run on Windows, so I'm using the win32eventreactor, as is required by the twisted.internet.serialport code.<BR>
<BR>
Now, I need to marry it to a wxPython GUI.&nbsp; Is there any reasonable way to support the twisted.internet.serialport code using wxreactor?<BR>
</FONT>
</P>

</BODY>
</HTML>