Has anybody written a serial I/O class in Python that is portable between Win32 and Linux(Unix)? All serial I/O demos for Python seem to be either Win32 or Unix-specific, and I need to write something that is portable between the two. Thanks.