mikeage.net Logo
mikeage.net/content/software/logser/

mikeage.net @ ז' אייר תשס"ח

LogSer

I recently needed an application to save data from a serial port to a text file. Although most terminal emulators like ProComm can handle this, it's quite a lot of overhead for such a simple task. I came up with the following solution, which works for Windows only (b/c 90% of the interesting code is the low level serial interface, it would be totally different on Linux).

The code can be downloaded in either Source Code form, or as a Compiled EXE . To compile the source for yourself, simply run cl LogSer.cpp to compile with MS's Visual Studio command line compilers.

Usage:
Run logser.exe <com port> <options> where options are:

  • -d Display the data on the serial port
  • -s Save the data from the serial port
  • -o Overwrite the log (instead of appending)
  • -b Specify the bitrate
  • -p Specify parity settings (8n1, 7e2, etc)

Download:

3 Responses to “LogSer”

  1. mikeage.net » Blog Archive » Serial Port Data Logging Posted (PB):

    [...] code can be downloaded as either source code or a compiled EXE from the LogSer release page under the Software section. To compile the source for yourself, simply run cl [...]

  2. mikeage.net » Blog Archive » Updated Serial Logger (LogSer) Posted (PB):

    [...] as either source code or a compiled EXE from the LogSer release page under the Software [...]

  3. mikeage.net » Blog Archive » Send Data to the Serial Port Posted (PB):

    [...] a counterpart to the LogSer program, I'm releasing code that allows dumping data from stdin to an arbitrary serial [...]

Leave a Reply

Verification Image

Please type the letters you see in the picture. This field is case-insensitive, and valid letters are A-Z (no numbers)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Quicktags:

Quick Map
Content +
Personal +
Archives +
Site Stuff +
RBS Weather +
Search +
New Images
Visitors
Clustermap
Blogroll

Valid XHTML 1.1!
Printer Friendly Page
 

Last Modified: September 04, 2006 @ 09:11 CST