I have the following setup. I have a hardware device connected to com1 and com2. In order to test it I have software simulators connected to com1 and com2 (rs232 ports). These simulators receive and transmitt data via my hardware device.

I need to calculute the throughput time of my hardware device. For example, if the simulator on com 1 sends a message at time A then I need to establish when it arrives at com2, giving me Time B. The throughput is then simply B-A.

The problem I'm having is that I can't find a free serial port spy which works accurately enough for my circumstances. I've tried Windows PortMon but it is only accurate to a second and I need to know the answer to the nearest tenth of a second. I also tried Free Serial Port Monitor but it has inacuurate timestamping.

Any suggestions on suitable software?

Thanks,

Barry

link|improve this question

78% accept rate
Have you considered Serial Monitor? – CharlesB Jun 14 '11 at 14:32
feedback

1 Answer

Use portmon change the time format it shows in milli seconds(click timer button on tool bar)

or

Use portmon with more data you can get accurate.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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