Bug 679 - Rigol DS1104Z tcp-raw/vxi communication problem
Summary: Rigol DS1104Z tcp-raw/vxi communication problem
Status: RESOLVED DUPLICATE of bug 933
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Driver: rigol-ds (show other bugs)
Version: unreleased development snapshot
Hardware: x86 Linux
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-27 07:56 CET by jry
Modified: 2017-05-10 00:07 CEST (History)
1 user (show)



Attachments
tcp-raw transport dump (9.13 KB, text/plain)
2015-10-27 07:56 CET, jry
Details
vxi transport dump (9.07 KB, text/plain)
2015-10-27 07:56 CET, jry
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jry 2015-10-27 07:56:00 CET
Created attachment 172 [details]
tcp-raw transport dump

I'm unable to capture data from Rigol DS1104Z (unlocked/upgraded DS1074Z) over tcp-raw and vxi transport layer. USB works fine. Linux Mint 17.2 x64, latest sigrok builded from source code.

./sigrok-cli -d rigol-ds:conn=vxi/10.0.0.146 --scan
The following devices were found:
rigol-ds - Rigol DS1104Z 00.04.01.SP2 with 4 channels: CH1 CH2 CH3 CH4

./sigrok-cli -d rigol-ds:conn=vxi/10.0.0.146 --frames 1 -C CH1 -O analog
sr: scpi_vxi: Device read failed for 10.0.0.146 with error 15
sr: scpi: Incompletely read SCPI response.
sr: scpi_vxi: Device read failed for 10.0.0.146 with error 15
sr: scpi: Incompletely read SCPI response.
FRAME-BEGIN
sr: scpi_vxi: Device read failed for 10.0.0.146 with error 15
sr: scpi: Incompletely read SCPI response.
sr: scpi_vxi: Device read failed for 10.0.0.146 with error 15
sr: rigol-ds: Read error while reading data header.
sr: rigol-ds: Read error, aborting capture.
FRAME-END

./sigrok-cli -d rigol-ds:conn=tcp-raw/10.0.0.146/5555 --frames 1 -C CH1 -O analog
FRAME-BEGIN
sr: rigol-ds: Received invalid data block header 'co'.
sr: rigol-ds: Read error, aborting capture.
FRAME-END
Comment 1 jry 2015-10-27 07:56:41 CET
Created attachment 173 [details]
vxi transport dump
Comment 2 jry 2015-10-27 14:49:36 CET
Firmware updated to 00.04.03.SP1 (DS1000Z(ARM)Update_00.04.03.01.05) but problem remains for both tcp-raw/vxi transports.

sigrok-cli -d rigol-ds:conn=vxi/10.0.0.146 --scan
The following devices were found:
rigol-ds - Rigol DS1104Z 00.04.03.SP1 with 4 channels: CH1 CH2 CH3 CH4
Comment 3 Martin Ling 2017-05-10 00:07:03 CEST

*** This bug has been marked as a duplicate of bug 933 ***