Page 1 of 1

How to monitoring Serial Port activity ?

Posted: Fri Oct 02, 2009 8:04 am
by flaith
Hi :)

i searched a way to monitoring my serial port already used by a program, which draw on a wallboard, ... and didn't find one (or didn't searched enough, sorry in advance :?)

if you've got the tip to do that, thank you :mrgreen:

Re: How to monitoring Serial Port activity ?

Posted: Fri Oct 02, 2009 11:14 am
by KGB_X
Do you want to monitor the activity from a tird-party software so that you can replicate this in your own PureBasic software?
Or do you want to use PB to monitor the activity?

For windows i can recommend http://www.serialmon.com/ or http://www.hhdsoftware.com/Products/hom ... ntrol.html

Re: How to monitoring Serial Port activity ?

Posted: Fri Oct 02, 2009 11:54 am
by flaith
KGB_X wrote:Do you want ... in your own PureBasic software?
in my own, yes :wink:
thanks for the links :mrgreen:

I still searching a code snippet to sniff serial port ...

Re: How to monitoring Serial Port activity ?

Posted: Mon Oct 05, 2009 6:52 pm
by SimpleMind
Hi,

Take a look at http://www.ddj.com/windows/184416559. You have to translate it from C/C++.

Re: How to monitoring Serial Port activity ?

Posted: Mon Oct 05, 2009 10:01 pm
by flaith
:shock: great, thanks a lot for the link :wink:

Re: How to monitoring Serial Port activity ?

Posted: Thu Jan 11, 2018 12:45 pm
by Helrey
Try COM Port Analyzer - http://www.eltima.com/products/serial-port-monitor/

The software allows to sniff COM port that is already opened by another application