Re: [sigrok-devel] sigrok-cli & Fluke 45 DMM question

2021-06-02 Thread Christo Crause
Hi Stuart, Good news! I think a note about disabling echo mode should be added to the wiki to help future users. Perhaps also a mention of baud rate, but that will probably be dependent on the connecting hardware. On Thu, 3 Jun 2021, 05:37 stuart, wrote: > Hi Gerhard,(and Christo)... > > I figu

Re: [sigrok-devel] sigrok-cli & Fluke 45 DMM question

2021-06-02 Thread stuart
Hi Gerhard,(and Christo)... I figured it out. I'm running Linux so I can run sigrok w/STRACE. I found STRACE and sigrok's loglevel=5 are the same. Both produced too much data. But I did see what looked like communication and what looked like many communication failures. I started looking

Re: [sigrok-devel] Queries regarding building sigrok-projects

2021-06-02 Thread Wolfram Sang
Hi Ashwin, > My understanding of steps that I need to follow for adding a new hardware > support to sigrok is as follows : > > *Step 1:* Use the new-driver script to generate skeleton files (api.c, > protocol.c/.h) > *Step 2: *Modify created files accordingly to support FX3. > *Step 3:* I need to

Re: [sigrok-devel] Queries regarding building sigrok-projects

2021-06-02 Thread ashwin Nair
Hi everyone, It would be great if I could get some guidance/insights from someone who has worked on adding a new hardware support to sigrok. Thanks Ashwin On Thu, 27 May 2021 at 3:20 PM, ashwin Nair wrote: > All > > I had few queries regarding the sigrok project. I have been trying to add > su

Re: [sigrok-devel] sigrok-cli & Fluke 45 DMM question

2021-06-02 Thread Gerhard Sittig
On Tue, 2021-06-01 at 07:20 -0500, stuart wrote: > > Hi Christo, > > Well, this is getting interesting: > > >./sigrok-cli --driver fluke-45:conn=/dev/ttyUSB0:serialcomm=9600/8n1 --scan > >The following devices were found: > >FLUKE [S/N: 6123456] with 2 channels: P1 P2 > > And turning on logging and

Re: [sigrok-devel] Support for Agilent 34460A

2021-06-02 Thread Gerhard Sittig
On Wed, 2021-06-02 at 11:12 +0200, Sylvain Pelissier wrote: > > Thank you for the merge. Everything works well except for the > frequency measurement. I have the following errors: > > $ LD_LIBRARY_PATH=$HOME/sr/lib $HOME/sr/bin/sigrok-cli -d scpi-dmm --samples 1 > sr: scpi_usbtmc: USBTMC bulk in tr

Re: [sigrok-devel] sigrok-cli & Fluke 45 DMM question

2021-06-02 Thread Christo Crause
On Wed, Jun 2, 2021 at 3:55 AM stuart wrote: > Stopping the service doesn't appear to make any difference. > > Thanks for all your help Christo. I've just about run out of steam for > sigrok. I was thinking getting the Fluke 45 DMM working would be a > simple matter. And later I would try to co

Re: [sigrok-devel] Support for Agilent 34460A

2021-06-02 Thread Sylvain Pelissier
Thank you for the merge. Everything works well except for the frequency measurement. I have the following errors: $ LD_LIBRARY_PATH=$HOME/sr/lib $HOME/sr/bin/sigrok-cli -d scpi-dmm --samples 1 sr: scpi_usbtmc: USBTMC bulk in transfer error: LIBUSB_ERROR_TIMEOUT. sr: scpi_usbtmc: USBTMC invalid bul