I have some twisted code that supports forwarding serial port data to a tcp socket.  The code needs to run on Windows, so I'm using the win32eventreactor, as is required by the twisted.internet.serialport code.

Now, I need to marry it to a wxPython GUI.  Is there any reasonable way to support the twisted.internet.serialport code using wxreactor?