Mailing list archives : pcb-rnd

ID:5105
From:Doug Knabe <dk...@airmail.net>
Date:Sat, 4 Sep 2021 08:45:47 -0500
Subject:Re: [pcb-rnd] [electronics] minilib and utility for DMM serial proto
in-reply-to:5103 from rn...@igor2.repo.hu
replies: 5106 from Majenko Technologies <ma...@majenko.co.uk>
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!
 
 

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