On Tue, Jun 1, 2021 at 12:14 AM stuart <stu...@xnet.com> wrote:

> I should also note that the FTDI adapter I am using contains what
> appears to be transmit and receive LEDs.  Both of which are flashing
> when using sigrok-cli w/the --continuous option.  Just to verify, when I
> use minicom and successfully obtain the current voltage reading from the
> fluke-45. I see the transmit and receive LEDs flash while using minicom
> as expected.  So it would seam something is being sent to the fluke-45
> and something is being returned from the fluke-45 while running sigrok.
>   But noting is printed out as expected at standard output.
>

My only suggestion is to get diagnostics from sigrok.  Try the following
commands:
sigrok-cli  --driver fluke-45:conn=/dev/ttyUSB0:serialcomm=9600/8n1 --scan

This should identify the fluke and confirm that communication is working
properly.
You can also try omitting the serialcomm option,
the sigrok-cli example command for scan omits this for its serial based
example.

You can also increase the log level from 0 (None) to 5 (spew) using the
--loglevel option,
which may shed some light on the activity you observe.
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to