Watching serial port activity.

Grant Edwards grante at visi.com
Mon May 29 22:54:21 EDT 2006


On 2006-05-30, xkenneth <xkenneth at gmail.com> 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
grante at visi.com



More information about the Python-list mailing list