Bug 1274

Summary: Driver sends "END ALWAYS" before ID? query to all SCPI devices on scan.
Product: libsigrok Reporter: Martin Ling <martin-sigrokbugs>
Component: Driver: hp-3457aAssignee: Nobody <nobody>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Martin Ling 2018-09-07 16:27:19 CEST
Similar to #1272 and #1273.

The hp-3457a driver sends "END ALWAYS" before identifying a device. This annoys the Rigol DP821A, and will quite likely bother other devices too. SCPI drivers shouldn't send specific commands before identifying a device.

The old-style "ID?" query also makes it unhappy; that aspect is as per #1273.