Mailing list archives : pcb-rnd

ID:5106
From:Majenko Technologies <ma...@majenko.co.uk>
Date:Sat, 4 Sep 2021 14:53:58 +0100
Subject:Re: [pcb-rnd] [electronics] minilib and utility for DMM serial proto
in-reply-to:5105 from Doug Knabe <dk...@airmail.net>
--0000000000001c119505cb2bc0df
Content-Type: text/plain; charset="UTF-8"
 
Short answer: no it doesn't support the USB interface. The driver code you
need is in serial_hid_ch9325.c in libsigrok.
 
On Sat, Sep 4, 2021 at 2:45 PM Doug Knabe <dknabe@airmail.net> wrote:
 
> Igor2,
>
> Awesome! Thank you!
>
> There are so many things that could use a "-rnd solution".
>
> For example:
> 1. Measurement Computing USB-502-Plus RH/Temp Data Logger
> 2. Batronix BX48 Programmer
> 3. PowerTronics, Probe 100+ Power Line Monitor
>
> Cheers,
> Doug
>
> On 9/4/21 8:11 AM, rnd2@igor2.repo.hu wrote:
> > Main properties:
> >
> > - reentrant lib for opening the port and decoding the protocol
> >
> > - a command line utility that is very flexible on how it prints the
> > decoded readout on stdout
> >
> > - all implemented in plain C89 with no external dependencies
> >
> > - should run on any *NIX that has the basic termios libc API for setting
> > up the serial port (I normally use stty for this, but the DMM adaptor
> > requires DTR and RTS set up in a specific way that is just not possible
> > with stty).
> >
> > - permissive license (LGPL)
> >
> > - "old-style" project with author/contact info, documentation, releases
> >
> > If you have a DMM with rs232 or USB connection and it has the same chip
> > or you suspect it speaks the same protocol, give it a try!
>
>
>
>
 
-- 
*Matt Jenkins*
Majenko Technologies
https://majenko.co.uk
 
--0000000000001c119505cb2bc0df
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 
<div dir=3D"ltr">Short answer: no it doesn&#39;t support the USB interface.=
 The driver code you need is in serial_hid_ch9325.c in libsigrok.<br></div>=
<br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sat=
, Sep 4, 2021 at 2:45 PM Doug Knabe &lt;<a href=3D"mailto:dknabe@airmail.ne=
t">dknabe@airmail.net</a>&gt; wrote:<br></div><blockquote class=3D"gmail_qu=
ote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,20=
4);padding-left:1ex">Igor2,<br>
<br>
Awesome! Thank you!<br>
<br>
There are so many things that could use a &quot;-rnd solution&quot;.<br>
<br>
For example:<br>
1. Measurement Computing USB-502-Plus RH/Temp Data Logger<br>
2. Batronix BX48 Programmer<br>
3. PowerTronics, Probe 100+ Power Line Monitor<br>
<br>
Cheers,<br>
Doug<br>
<br>
On 9/4/21 8:11 AM, <a href=3D"mailto:rnd2@igor2.repo.hu" target=3D"_blank">=
rnd2@igor2.repo.hu</a> wrote:<br>
&gt; Main properties:<br>
&gt;<br>
&gt; - reentrant lib for opening the port and decoding the protocol<br>
&gt;<br>
&gt; - a command line utility that is very flexible on how it prints the<br=
>
&gt; decoded readout on stdout<br>
&gt;<br>
&gt; - all implemented in plain C89 with no external dependencies<br>
&gt;<br>
&gt; - should run on any *NIX that has the basic termios libc API for setti=
ng<br>
&gt; up the serial port (I normally use stty for this, but the DMM adaptor<=
br>
&gt; requires DTR and RTS set up in a specific way that is just not possibl=
e<br>
&gt; with stty).<br>
&gt;<br>
&gt; - permissive license (LGPL)<br>
&gt;<br>
&gt; - &quot;old-style&quot; project with author/contact info, documentatio=
n, releases<br>
&gt;<br>
&gt; If you have a DMM with rs232 or USB connection and it has the same chi=
p<br>
&gt; or you suspect it speaks the same protocol, give it a try!<br>
<br>
<br>
<br>
</blockquote></div><br clear=3D"all"><br>-- <br><div dir=3D"ltr" class=3D"g=
mail_signature"><div dir=3D"ltr"><div><div dir=3D"ltr"><b>Matt Jenkins</b><=
div>Majenko Technologies</div><div><a href=3D"https://majenko.co.uk" target=
=3D"_blank">https://majenko.co.uk</a></div></div></div></div></div>
 
--0000000000001c119505cb2bc0df--
 

Reply subtree:
5106 Re: [pcb-rnd] [electronics] minilib and utility for DMM serial proto from Majenko Technologies <ma...@majenko.co.uk>