Bug 1302 - wrong channel count, wrong value with Brymen BM86x
Summary: wrong channel count, wrong value with Brymen BM86x
Status: CONFIRMED
Alias: None
Product: sigrok-meter
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-11 11:49 CEST by Gerhard Sittig
Modified: 2018-10-11 11:49 CEST (History)
0 users



Attachments
one list item, wrong value, two graphs (36.48 KB, image/png)
2018-10-11 11:49 CEST, Gerhard Sittig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard Sittig 2018-10-11 11:49:20 CEST
Created attachment 468 [details]
one list item, wrong value, two graphs

The Brymen BM86x meters provide multiple values in several displays. The
brymen-bm86x driver provides the P1 and P2 channels. The sigrok-meter
application "detects" the wrong number of channels, and associates
values with the wrong channel. The image illustrates this:

- There are two graphs, for voltage and frequency -- which is OK.
- There is one(!) channel in the list, and it shows frequency -- while
  there should be two channels, P1 for voltage and P2 for frequency.

Compare this to the command line tools' output:

$ sigrok-cli -d brymen-bm86x --scan
The following devices were found:
brymen-bm86x - Brymen BM869 with 2 channels: P1 P2

$ sigrok-cli -d brymen-bm86x --samples 2
P1: 1.0012 V AC AUTO
P2: 49.99 Hz
P1: 1.0012 V AC AUTO
P2: 49.99 Hz