[sigrok-devel] sigrok-cli protocol decod

2023-12-30 Thread holo holo
Hi, I am new to this tool, so forgive me if this is a trivial question. I want to realtime sniffing Ieee488 bus with sigrok-cli & fx2lafw. I can already sniffing Ieee488 bus with pulseview & Cypress FX2. And,I can read pulseview results to use sigrok-cli like follows. >C:\Program Files\sigrok\si

[sigrok-devel] decoder: documentation about sigrokdecode.Decoder.put()

2023-12-30 Thread Massimiliano Cialdi
Hello, I cannot find a minimally useful documentation of the sigrokdecode.Decoder.put() function The only thing I've found so far is this: https://github.com/sigrokproject/libsigrokdecode/blob/master/type_decoder.c#L400 [image: image.png] 1. When can the `stream_id` field be different from 0?