neuschs / hpgl-server

Reverse print server for devices sending HPGL files or similar plots via serial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hpgl-server

This is a little piece of software to dump all arriving HPGL plots on a specified serial port to a directory.

If the software is started without a directory parameter the local working directory with the 'name' as subdirectory.

The syntax per command line is simple:

--device TEK11801C:COM10:19200:8:N:1

Name:SerialPort:BaudRate:Bits:Parity:StopBits

--help Showing Help

--directory Directory where the hpgl dumps shall be located

Currently there is one binary for windows but none for unix. The source code is built on the boost librarys and some msys2 packages so it should be compilable on unix systems.

Disclaimer

I wrote this just for personal use and documented it only for myself.

About

Reverse print server for devices sending HPGL files or similar plots via serial

License:GNU General Public License v3.0


Languages

Language:C++ 75.9%Language:Makefile 13.3%Language:CMake 10.7%Language:TypeScript 0.1%