Mailing list archives : pcb-rnd

ID:5112
From:rn...@igor2.repo.hu
Date:Sat, 4 Sep 2021 17:48:21 +0200 (CEST)
Subject:Re: [pcb-rnd] [electronics] minilib and utility for DMM serial
in-reply-to:5111 from Majenko Technologies <ma...@majenko.co.uk>
replies: 5114 from Majenko Technologies <ma...@majenko.co.uk>
 
 
On Sat, 4 Sep 2021, Majenko Technologies wrote:
 
>I have a collection of Tenma device protocol libraries that could then come
>under the same umbrella - things like the serial protocol for my desktop
>power supply, the video stream from my oscilloscope, the video stream from
>my function generator, etc. Some serial, some HID, some custom USB devices
>with no name, etc. All fun to reverse engineer, especially when they then
>employ some anonymous RLE encoding that you have to try and fathom out...
 
Nice! The main question is what's your umbrella.
 
I do not think the way is to write a big unified library or software 
environemnt for all the different devices. If we need that, sigrok already 
has something like that.
 
What I prefer is that the environment is UNIX and I have small, 
stdio based command line tools that I can put in a pipeline. This also 
means there's no unified protocol format, as each device may have very 
different way of communicating. The UT61E has a handful of things that I 
found real surprising while developing the lib.
 
So if your vision matches that, a set of independent command line tools 
(and independent C minilibs), we can indeed make up an umbrella project 
for it.
 
 
Best regards,
 
Igor2
 
 

Reply subtree:
5112 Re: [pcb-rnd] [electronics] minilib and utility for DMM serial from rn...@igor2.repo.hu
  5114 Re: [pcb-rnd] [electronics] minilib and utility for DMM serial proto from Majenko Technologies <ma...@majenko.co.uk>
    5116 Re: [pcb-rnd] [electronics] minilib and utility for DMM serial from rn...@igor2.repo.hu
      5117 Re: [pcb-rnd] [electronics] minilib and utility for DMM serial proto from Majenko Technologies <ma...@majenko.co.uk>