]> sigrok.org Git - libsigrok.git/commit
scpi: Accept *IDN responses with more than four tokens
authorAlexandru Gagniuc <redacted>
Thu, 16 Apr 2015 04:30:10 +0000 (21:30 -0700)
committerBert Vermeulen <redacted>
Wed, 29 Apr 2015 20:59:56 +0000 (22:59 +0200)
commit0c08023f506c164e6d7bdf46cd82ef437a468997
tree2e8677286ebb26192e74245201537ebd58227968
parente35e1e7babee3cb3939e56f06322fa14f8580625
scpi: Accept *IDN responses with more than four tokens

Some devices with more than one microcontroller report the firmware
version for each of them, giving us more than four tokens. When that
happens, sigrok aborts, even though it received a valid response.

This happens, for example with the Chroma 61604:
'Chroma ATE,61604,001060,1.25,1.34,1.20'
src/scpi/scpi.c