Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

parallel port monitor

0 views
Skip to first unread message

bird

unread,
Oct 22, 2005, 1:02:48 AM10/22/05
to
Does anyone know of such a software tool that
can monitor and help to analyze the communication
through a parallel port? I am interested in what are
sent to and received from the port on byte level and
line state changes.

Thank you.
Kevin

Arno Wagner

unread,
Oct 22, 2005, 2:10:48 PM10/22/05
to

What OS? The parallel port itself does not offer any debugging
support. What you want has to go trhough the driver.

Arno


bird

unread,
Oct 23, 2005, 3:03:39 AM10/23/05
to
I will mostly be working with C/Cplusplus on Windows 2000
Professional because of a couple of constrains. I may partly
work on Linux if there is some really good support available.
I searched the web and found PortMon
http://www.sysinternals.com/Utilities/Portmon.html
simply does not work on Win2K Pro, and ParMon
http://www.geekhideout.com/parmon.shtml
only has limited functions.

Any advice is appreciated.

Kevin


Arno Wagner

unread,
Oct 23, 2005, 9:22:34 AM10/23/05
to

> Any advice is appreciated.

For Linux the best IMO would be to hack the PP driver
to conform to you rneeds. Of course that is nearly impossible
to do for Windows.

There is also the option to monitor the signal lines themselves, e.g.
with an I/O card and a second PC. Depends on what you want to do.


Arno

bird

unread,
Oct 23, 2005, 11:56:28 PM10/23/05
to

"Arno Wagner" <m...@privacy.net> wrote:
> For Linux the best IMO would be to hack the PP driver
> to conform to you rneeds. Of course that is nearly impossible
> to do for Windows.
>
> There is also the option to monitor the signal lines themselves, e.g.
> with an I/O card and a second PC. Depends on what you want to do.
>
Thank you.


0 new messages