{"id":20522836,"url":"https://github.com/anachrocomputer/scopemeter99","last_synced_at":"2026-05-27T13:34:28.723Z","repository":{"id":235902805,"uuid":"791493194","full_name":"anachrocomputer/ScopeMeter99","owner":"anachrocomputer","description":"Some utilities to read data from the Fluke ScopeMeter 99 Series II","archived":false,"fork":false,"pushed_at":"2024-04-25T21:44:16.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-08T20:47:24.774Z","etag":null,"topics":["multimeter","oscilloscope","scopemeter-99"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anachrocomputer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-24T20:21:08.000Z","updated_at":"2024-04-25T21:44:19.000Z","dependencies_parsed_at":"2024-04-25T23:50:01.020Z","dependency_job_id":null,"html_url":"https://github.com/anachrocomputer/ScopeMeter99","commit_stats":null,"previous_names":["anachrocomputer/scopemeter99"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anachrocomputer/ScopeMeter99","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anachrocomputer%2FScopeMeter99","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anachrocomputer%2FScopeMeter99/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anachrocomputer%2FScopeMeter99/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anachrocomputer%2FScopeMeter99/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anachrocomputer","download_url":"https://codeload.github.com/anachrocomputer/ScopeMeter99/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anachrocomputer%2FScopeMeter99/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33568857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["multimeter","oscilloscope","scopemeter-99"],"created_at":"2024-11-15T22:37:04.383Z","updated_at":"2026-05-27T13:34:28.704Z","avatar_url":"https://github.com/anachrocomputer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScopeMeter99 #\n\nSome utilities to read data from the Fluke ScopeMeter 99 Series II.\n\n## Identification Strings ##\n\nMy ScopeMeter 99 II responds to the `ID` command with the following string:\n\n`ScopeMeter 99 Series II; V6.35; 95-02-02; UHM V1.0`\n\nThat looks like firmware V6.35 of 1995-02-02\n\nThe response to `CV` is:\n\n`1993.0`\n\n## Sample Image ##\n\n![ScopeMeter Screenshot](QG129.png \"ScopeMeter Screenshot\")\n\n## Fluke CPL Commands ##\n\nThe Fluke ScopeMeters recognise a command language called CPL\n(Compact Programming Language).\nSome other Fluke (and possibly Philips) scopes accept a similar\nset of commands.\n\n| Command | 99 II | SM99R | Name                  |\n|:--------|:------|:------|:----------------------|\n|    AS   |   *   |       | Auto Setup            |\n|    AT   |   *   |       | Arm Trigger           |\n|    CV   |       |       | CPL Version query     |\n|    DS   |       |       | Default Setup         |\n|    GR   |   *   |       | Go to Remote          |\n|    GL   |   *   |       | Go to Local           |\n|    ID   |       |       | IDentification query  |\n|    IS   |   *   |       | Instrument Status     |\n|    LL   |   *   |       | Local Lockout         |\n|    PC   |       |       | Program Communication |\n|    PS   |   *   |       | Program Setup         |\n|    PW   |   *   |       | Program Waveform      |\n|    QM   |   *   |       | Query Measurement     |\n|    QP   |       |       | Query Print           |\n|    QS   |   *   |       | Query Setup           |\n|    QW   |   *   |       | Query Waveform        |\n|    RD   |       |       | Read Date             |\n|    RI   |       |       | Reset Instrument      |\n|    RS   |   *   |       | Recall Setup          |\n|    RT   |       |       | Read Time             |\n|    SS   |   *   |       | Save Setup            |\n|    ST   |       |       | STatus query          |\n|    TA   |   *   |       | Trigger Acquisition   |\n|    VS   |   *   |       | View Screen           |\n|    WD   |       |       | Write Date            |\n|    WT   |       |       | Write Time            |\n\nCommands marked with an asterisk are only available on the ScopeMeter 99 II.\n\n## Compiling and Building ##\n\nTo compile this code, you'll need the usual 'build-essential' package:\n\n`sudo apt install build-essential`\n\nOnce that is installed, you can simply run 'make':\n\n`make`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanachrocomputer%2Fscopemeter99","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanachrocomputer%2Fscopemeter99","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanachrocomputer%2Fscopemeter99/lists"}