How to monitoring Serial Port activity ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

How to monitoring Serial Port activity ?

Post 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:
“Fear is a reaction. Courage is a decision.” - WC
KGB_X
User
User
Posts: 63
Joined: Tue Apr 22, 2008 6:06 pm
Location: No(r)way

Re: How to monitoring Serial Port activity ?

Post 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
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Re: How to monitoring Serial Port activity ?

Post 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 ...
“Fear is a reaction. Courage is a decision.” - WC
User avatar
SimpleMind
Enthusiast
Enthusiast
Posts: 112
Joined: Sun May 18, 2003 12:40 pm
Location: Netherlands

Re: How to monitoring Serial Port activity ?

Post by SimpleMind »

Hi,

Take a look at http://www.ddj.com/windows/184416559. You have to translate it from C/C++.
Give me books, fruit, french wine, fine weather and a little music.
John Keats
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Re: How to monitoring Serial Port activity ?

Post by flaith »

:shock: great, thanks a lot for the link :wink:
“Fear is a reaction. Courage is a decision.” - WC
Helrey
New User
New User
Posts: 1
Joined: Thu Jan 11, 2018 12:41 pm

Re: How to monitoring Serial Port activity ?

Post 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
Post Reply