{"id":21914139,"url":"https://github.com/inflex/bk-390a","last_synced_at":"2025-04-16T07:42:25.049Z","repository":{"id":153868211,"uuid":"119221600","full_name":"inflex/BK-390A","owner":"inflex","description":"BK Precision 390A Series multimeter CLI data capture software for OBS/logging","archived":false,"fork":false,"pushed_at":"2021-08-16T16:37:05.000Z","size":3135,"stargazers_count":26,"open_issues_count":1,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-29T05:12:23.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inflex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-28T02:43:41.000Z","updated_at":"2023-12-31T08:15:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"54a208f9-5f6a-4b51-a727-593fc35589e4","html_url":"https://github.com/inflex/BK-390A","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-390A","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-390A/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-390A/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-390A/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inflex","download_url":"https://codeload.github.com/inflex/BK-390A/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249213983,"owners_count":21231096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T18:21:56.946Z","updated_at":"2025-04-16T07:42:25.043Z","avatar_url":"https://github.com/inflex.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PREFACE\n\nThis software is still in the early beta phase but has been tested and seems to be working fine now, particularly the win-bk390a GUI version.  \n\nA 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).\n\n\n![win-bk390a.exe running in diode mode](https://raw.githubusercontent.com/inflex/BK-390A/master/assets/ss-winbk390.png)\n\n# BK-390A\nwin-bk390a.exe - GUI windowed application\nbk390a.exe - BK Precision 390A Series multimeter CLI data capture software for OBS/logging on Windows\n\n# Requirements\n\nIf you want to build this software on Windows, you'll require MinGW https://sourceforge.net/projects/mingw-w64/\n\n# Setup\n\n1) Build win-bk390a or bk390a ( Linux mingw64 install required, or mingw64 for Windows)\n\t \n\n\tmake win-bk390a\n\t(or)\n\tmake bk390a\n   \n   An example of compiling on Windows using mingw-w64 would be:\n   \n   mingw32-make -f Makefile.win win-bk390a\n   \n\t\n2) Run from the command line\n\n\twin-bk390a.exe -p 4 -m\n\nThe program will display in text the current meter display and also generate a text file called \"bk390a.txt\" which can be read in to programs like OpenBroadcaster so you can have a live on-screen-display of the multimeter.\n\n# Usage\n\n\n\t win-bk390a [-p \u003ccomport#\u003e] [-s \u003cserial port config\u003e] [-m] [-fn \u003cfontname\u003e] [-fc \u003c#rrggbb\u003e] [-fw \u003cweight\u003e] [-bc \u003c#rrggbb\u003e] [-wx \u003cwidth\u003e] [-wy \u003cheight\u003e] [-d] [-q]\n\n        -h: This help\n        -p \u003ccomport\u003e: Set the com port for the meter, eg: -p 2\n        -s \u003c[9600|4800|2400|1200]:[7|8][o|e|n][1|2]\u003e, eg: -s 2400:7o1\n        -m: show multimeter mode (second line of text)\n        -z: Font size (default 72, max 256pt)\n        -fn \u003cfont name\u003e: Font name (default 'Andale')\n        -fc \u003c#rrggbb\u003e: Font colour\n        -bc \u003c#rrggbb\u003e: Background colour\n        -fw \u003cweight\u003e: Font weight, typically 100-to-900 range\n        -wx \u003cwidth\u003e: Force Window width (normally calculated based on font size)\n        -wy \u003cheight\u003e: Force Window height\n        -d: debug enabled\n        -q: quiet output\n        -v: show version\n\n        Defaults: -s 2400:7o1 -z 72 -fc #10ff10 -bc #000000 -fw 600 -fn Andale\n\n        example: win-bk390a.exe -z 120 -p 4 -m -fc #ff1010 -bc #000000 -fw 600\n\n\n\n\n\tbk390a.exe  -p \u003ccomport#\u003e [-s \u003cserial port config\u003e] [-t] [-o \u003cfilename\u003e] [-l \u003cfilename\u003e] [-m] [-d] [-q]\n\n                BK-Precision 390A Multimeter serial data decoder\n\n                By Paul L Daniels / pldaniels@gmail.com\n                v0.1Alpha / January 27, 2018\n\n        -h: This help\n        -p \u003ccomport\u003e: Set the com port for the meter, eg: -p 2\n        -s \u003c[9600|4800|2400|1200]:[7|8][o|e|n][1|2]\u003e, eg: -s 2400:7o1\n        -t: Generate a text file containing current meter data (default to bk390a.txt)\n        -o \u003cfilename\u003e: Set the filename for the meter data ( overrides 'bk390a.txt' )\n        -l \u003cfilename\u003e: Set logging and the filename for the log\n        -d: debug enabled\n        -m: show multimeter mode\n        -q: quiet output\n        -v: show version\n\n\n        example: bk390a.exe -p 2 -t -o obsdata.txt\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflex%2Fbk-390a","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finflex%2Fbk-390a","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflex%2Fbk-390a/lists"}