On 2006-05-30, Peter Corlett <[EMAIL PROTECTED]> wrote:

> A dirty hack that might work is to rename /dev/ttyS* off somewhere else and
> replace them with named pipes. Have a process monitor the named pipes and
> relay data back and forth to the actual serial ports while logging it. The
> serial ioctls won't work to the named pipe, but the application might not
> notice it failed.

If so, then that would be one pretty crappy application. ;)

The slsnif program uses a pty so it will support at least some
of the ioctl calls that a serial port does.

-- 
Grant Edwards                   grante             Yow!  Yow! Is my fallout
                                  at               shelter termite proof?
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to