I am using the 64-bit version of Com0com (v2.2.0.0) on Vista x64 and I am having trouble with the data stream occasionally freezing up. I'd like to debug this, but I can not find any free serial port monitor software, like portmon that works with a 64-bit OS. Does anyone know of any???
-Tim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can try to use internal com0com's tracing for debuging:
- get trace.reg file from com0com's source;
- import trace.reg to the Registry;
- reload driver (or reboot system);
- do your tests and watch results in C:\com0com.log file.
To disable tracing reinstall com0com or import trace_disable.reg
to the Registry and reload driver.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using the 64-bit version of Com0com (v2.2.0.0) on Vista x64 and I am having trouble with the data stream occasionally freezing up. I'd like to debug this, but I can not find any free serial port monitor software, like portmon that works with a 64-bit OS. Does anyone know of any???
-Tim
You can try to use internal com0com's tracing for debuging:
- get trace.reg file from com0com's source;
- import trace.reg to the Registry;
- reload driver (or reboot system);
- do your tests and watch results in C:\com0com.log file.
To disable tracing reinstall com0com or import trace_disable.reg
to the Registry and reload driver.