Hi!

Unsuccessfully trying to connect my DS1152E-EDU with PulseView, reported
the following bug:
https://sigrok.org/bugzilla/show_bug.cgi?id=1464

>From my point of view the problem is in absence of suffix "-EDU" in
"DS1152E" string in the following element

{SERIES(DS1000), "DS1152E", {2, 1000000000}, CH_INFO(2, false), std_cmd}

of the static const struct rigol_ds_model supported_models[] from libsigrok\
src\hardware\rigol-ds\api.c.

Could I ask the authors to add the suffix to existing element (or add
separate element like this:

  {SERIES(DS1000), "DS1152E-EDU", {2, 1000000000}, CH_INFO(2, false), std_
cmd}

) and recompile windows binary to fix the issue?

Thanx!
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to