I need to listen to everything that goes (both directions) through a virtual serial port on Windows 7 64bit.

I do not need to send anything, just monitor the communication for debugging purposes.

How can I do that?

link|improve this question

46% accept rate
feedback

1 Answer

You can use Process Monitor [1] from sysinternals (now bought by Microsoft).

It allows to see all reads and writes made by a process.

[1] http://technet.microsoft.com/en-us/sysinternals/bb896645

link|improve this answer
It doesn't work for 64bit OSs. – jlafay Dec 20 '11 at 15:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.