Comlogger

Update of "Comlogger"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: c80ee1455c0845461a3c78bb2b199d2366293448
Page Name:Comlogger
Date: 2017-03-28 12:09:24
Original User: Les
Mimetype:text/x-markdown
Parent: 4e1e39dd31fe27e3c60be88471c54777e4832e9a (diff)
Content

Comlogger is a very small C program which I wrote to aid in the debugging of programs which use serial communications. The program allows you to open a serial port and see what data if any is coming in and to optionally save the data to a log file with a time stamp. This can be useful if you ever need to debug something like a GPS feed or a AIS (Automatic Identification System) transponder feed (Unlikely I know!).

The program runs at the Windows command prompt and assumes the incoming data is set to 8 data bits, no parity and one stopbit with no handshaking (this seems be standard for all of the devices I’ve tested against.)

ComLogger takes a number of command line parameters :