On 2006-05-30, xkenneth <[EMAIL PROTECTED]> wrote: > I'm writing a couple python applications that use the serial port > (RS-232) quite extensively. Is there any way I can monitor all activity > on the serial port and have it printed as the transactions occur? I'm > trying to reverse engineer a microcontroller serial routine and I'd > like to see any response the chip sends back.
What OS? Under windows you can use portmon from sysinternals. I don't think there's anything for Linux. I've noclue about OS X. -- Grant Edwards [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
