{"id":21914129,"url":"https://github.com/inflex/bk-393","last_synced_at":"2026-04-18T00:03:31.969Z","repository":{"id":153868214,"uuid":"143439717","full_name":"inflex/BK-393","owner":"inflex","description":"B\u0026K Precision BK393 / BK-393 Multimeter software","archived":false,"fork":false,"pushed_at":"2018-08-04T07:11:14.000Z","size":932,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-05T15:39:01.397Z","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-08-03T14:51:06.000Z","updated_at":"2021-01-02T02:48:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"781e9f50-ae2f-439c-9f52-125a4db429cc","html_url":"https://github.com/inflex/BK-393","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inflex/BK-393","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-393","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-393/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-393/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-393/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inflex","download_url":"https://codeload.github.com/inflex/BK-393/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inflex%2FBK-393/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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:53.262Z","updated_at":"2026-04-18T00:03:31.955Z","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-bk393 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-bk393.exe running in diode mode](https://raw.githubusercontent.com/inflex/BK-393/master/assets/ss-winbk390.png)\n\n# BK-393\nwin-bk393.exe - GUI windowed application\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-bk393 or bk393 ( Linux mingw64 install required, or mingw64 for Windows)\n\t \n\n\tmake win-bk393\n   \n   An example of compiling on Windows using mingw-w64 would be:\n   \n   mingw32-make -f Makefile.win win-bk393\n   \n\t\n2) Run from the command line\n\n\twin-bk393.exe -p 4 -m\n\nThe program will display in text the current meter display and also generate a text file called \"bk393.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-bk393 [-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-bk393.exe -z 120 -p 4 -m -fc #ff1010 -bc #000000 -fw 600\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflex%2Fbk-393","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finflex%2Fbk-393","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflex%2Fbk-393/lists"}