[sigrok-devel] Korad KA3005P

2017-11-25 Thread sb_sigrok
Hi 1. a have a new Korad KA 3005P Power supply. Unfortunately it was not recognized: ./sigrok-cli -d korad-kap:conn=/dev/ttyACM1 --show Driver functions: Power supply Scan options: conn serialcomm sr: korad-kap: Unknown model ID 'KORAD KD3005P V2.0' detected, aborting. No dev

[sigrok-devel] Java Bindings and DatafeedCallback

2017-11-26 Thread sb_sigrok
Hi all, for a project I tried to use the java bindings. Unfortunately, I have the following problem with the DatafeedCallback. I'm unable to access the data of the payload, because I cannot cast the payload to ANALOG, HEADER, LOGIC, ... [1] As far as I understand the swig documentation [2], it

Re: [sigrok-devel] UT61E not working on Ubuntu 16.04

2018-01-20 Thread sb_sigrok
Hi > I have already tried to execute the bash script to wake up the UT-DT04 This doesn't work any longer. I come up the attached solution using usbreset: https://wiki.ubuntuusers.de/usbreset/ - Sven #!/bin/bash for dat in /sys/bus/usb/devices/*; do if test -e $dat/manufacturer; then

Re: [sigrok-devel] UT61E not working on Ubuntu 16.04

2018-01-20 Thread sb_sigrok
Hi all, UsbReset basically just calls: rc = ioctl(fd, USBDEVFS_RESET, 0); Is it possible to add the ioctl call to the ut61 sigrok-driver under linux? Gruß, Sven Am 20.01.2018 um 17:26 schrieb Gleison Storto: > Hello Sven, > > Problem solved. Thanks a lot ;) > Maybe it would be a good idea t

Re: [sigrok-devel] DCC decoder

2019-04-17 Thread sb_sigrok
Hi > The DCC decoder > appears to be a couple of years old and incomplete.  Has it been > upda ted?  If not I will tackle updating, I need to add another language > to the stack. I've updated my dcc decoder and the decoder should now run under the latest version of sigrok. https://github.com/lit

Re: [sigrok-devel] DCC decoder

2022-01-06 Thread sb_sigrok
Hi all, short feedback from my side (littleyoda) unfortunately I never had the time/nerve to really push my implementation into sigrok. In the meantime su68es had done a great job, in developing a better implementation. Ignores my repository and take his. Gruß, Sven Am 06.01.22 um 17:09