https://github.com/inflex/bside-adm20
BSIDE ADM20 Multimeter simple OSD
https://github.com/inflex/bside-adm20
Last synced: 10 months ago
JSON representation
BSIDE ADM20 Multimeter simple OSD
- Host: GitHub
- URL: https://github.com/inflex/bside-adm20
- Owner: inflex
- License: bsd-3-clause
- Created: 2022-09-22T15:01:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T15:12:48.000Z (over 3 years ago)
- Last Synced: 2025-07-01T01:44:01.216Z (12 months ago)
- Language: C++
- Size: 941 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PREFACE
This software is still in the early beta phase but has been tested and seems to be working fine now, particularly the bside-adm20 GUI version.
A linux version of this software would be very easy to make, the only change would be the serial port related code (setup and data acquisition).
# BSIDE-ADM20
bside-adm20.exe - GUI windowed application
# Requirements
If you want to build this software on Windows, you'll require MinGW https://sourceforge.net/projects/mingw-w64/
# Setup
1) Build binary ( Linux mingw64 install required, or mingw64 for Windows)
Linux build: make -f Makefile.sdl2
Windows build on linux: make bside-adm20
An example of compiling on Windows using mingw-w64 would be:
mingw32-make -f Makefile.win bside-adm20
2) Run from the command line
bside-adm20.exe
# Usage
bside-adm20 [-p ] [-s ] [-m] [-fn ] [-fc <#rrggbb>] [-fw ] [-bc <#rrggbb>] [-wx ] [-wy ] [-d] [-q]
-h: This help
-p : Set the com port for the meter, eg: -p 2
-s <[9600|4800|2400|1200]:[7|8][o|e|n][1|2]>, eg: -s 2400:7o1
-m: show multimeter mode (second line of text)
-z: Font size (default 72, max 256pt)
-fn : Font name (default 'Andale')
-fc <#rrggbb>: Font colour
-bc <#rrggbb>: Background colour
-fw : Font weight, typically 100-to-900 range
-wx : Force Window width (normally calculated based on font size)
-wy : Force Window height
-d: debug enabled
-q: quiet output
-v: show version
Defaults: -s 2400:7o1 -z 72 -fc #10ff10 -bc #000000 -fw 600 -fn Andale
example: bside-adm20.exe -z 120 -p 4 -m -fc #ff1010 -bc #000000 -fw 600