On 30/07/2019 18:24, Gerhard Sittig wrote:
>
>>  sigrok-cli -d eevblog-121gw:conn=bt/ble122/88-6B-12-34-56-78 --scan
> 
> This syntax looks plausible to me, the 'serial-dmm' 
...
> 
>> And "sigrok-cli --list-supported" show many drivers but not eevblog-121gw.
>>
>> Did I miss a configure switch?

Since I was updating libsigrok et al I had a quick look. As Gerhard
points out sigrok-cli is just a...CLI. By looking at the source for
libsigrok it seems the "eevblog-something" is part of the serial-dmm
driver, since there is no specific option for "eevblog...". But there is
a driver in src/hardware/serial-dmm/api.c.

So when configuring the build of libsigrok, make sure to add the flag
"--enable-serial-dmm" like:
./configure --enable-serial-dmm <other potential flags>.

Then run make && sudo make install etc to make sure the latest
compilation is installed.

Then use your original sigrok-cli line as before (the one with eevblog).

It's a conscious decision to make this description simple, since you
seems to have managed to install and run everything already.

Best regards,
/Stefan Petersen


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

Reply via email to