Hello,

I am on Ubuntu 22.04.3 LTS and I have compiled and installed all sigrok components as described here: https://sigrok.org/wiki/Linux

I have a UNI-T UT61E device and have two cables to connect to it, the RS232 UT-D02 cable and the UT-D09 USB/HID cable with the CP2110 HID UART Bridge.

The UT-D02 calbe works: sigrok-cli --driver uni-t-ut61e-ser:conn=/dev/ttyUSB0 -O analog --samples 5

But I can’t get the UT-D09 cable to work, no matter what I do. I tried the with and without the “-ser” and I tried different connection strings.

Here is the debug output of one such attempt:
-- snip start --
sigrok-cli --driver uni-t-ut61e-ser:conn=hid/cp2110 -O analog --samples 5 -l 5
sr: [00:00.000017] log: libsigrok loglevel set to 5.
sr: [00:00.000043] backend: libsigrok 0.6.0-git-6986c63d/4:0:0.
sr: [00:00.000096] backend: Libs: glib 2.72.4 (rt: 2.72.4/7204:4), zlib 1.2.11, libzip 1.7.3, minilzo 2.10, libserialport 0.1.1/1:0:1 (rt: 0.1.1/1:0:1), libusb-1.0 1.0.25.11696 API 0x01000109, hidapi 0.11.2, libftdi 1.5, librevisa 0.0.20130812.
sr: [00:00.000113] backend: Host: x86_64-pc-linux-gnu, little-endian.
sr: [00:00.000127] backend: SCPI backends: TCP, RPC, serial, VISA, USBTMC.
sr: [00:00.000136] backend: Firmware search paths:
sr: [00:00.000165] backend:  - /home/cs/.local/share/sigrok-firmware
sr: [00:00.000176] backend:  - /usr/local/share/sigrok-firmware
sr: [00:00.000188] backend:  - /usr/share/plasma/sigrok-firmware
sr: [00:00.000197] backend: - /home/cs/.local/share/flatpak/exports/share/sigrok-firmware sr: [00:00.000206] backend: - /var/lib/flatpak/exports/share/sigrok-firmware
sr: [00:00.000217] backend:  - /usr/local/share/sigrok-firmware
sr: [00:00.000227] backend:  - /usr/share/sigrok-firmware
sr: [00:00.000235] backend:  - /var/lib/snapd/desktop/sigrok-firmware
sr: [00:00.000265] backend: Sanity-checking all drivers.
sr: [00:00.000281] backend: Sanity-checking all input modules.
sr: [00:00.000292] backend: Sanity-checking all output modules.
sr: [00:00.000308] backend: Sanity-checking all transform modules.
srd: libsigrokdecode loglevel set to 5.
sr: [00:00.016695] hwdriver: sr_config_list(): key 2147418112 (NULL) sdi (nil) cg NULL -> [uint32 20000, 20001]
sr: [00:00.016726] serial: Opening serial port 'hid/cp2110' (flags 1).
sr: [00:00.019451] serial-hid: Failed to open HID device.
sr: [00:00.019466] hwdriver: Scan found 0 devices (uni-t-ut61e-ser).
No devices found.
-- snip end --

Here is the output of lsusb:
-- snip start --
Bus 004 Device 006: ID 10c4:ea80 Silicon Labs CP2110 HID UART Bridge
-- snip end --

I also tried the ut61 scribe from the “UT61E not working on Ubuntu 16.04” thread, that basically does a usbreset:
-- snip start --
/usr/bin/usbreset /dev/bus/usb/004/006
No such device found
-- snip end --

Any ideas how I could get it to work? Or at least what further debugging I could do to get closer to the solution?

Thanks a lot!
Christian



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

Reply via email to