Hello sdbbs, > * If I establish a setup in PulseView, that uses analog channels, > conversion to logic, and protocol decoding; and save this as an .sr > file; - can I then use sigrok-cli to browse the decoded data in the > .sr file?
Unfortunately not. While we do try to maintain a common feature set between sigrok-cli and PV, sigrok-cli hasn't seen much love lately and doesn't support everything that PV does - analog-to-logic conversion, for example. Again something that's not difficult to implement, it's just that no one stepped up and did it. > * Is there a sigrok-cli command, that I can use, to tell me what do I > have in an `.sr` file? In this case, I'd have wished it to tell me, > that in `uart-sig.sr` I have: CH1 as analog, CH2 as analog, CH3 as > analog and converted/thresholded logic, and UART as a decoder channel > (applied to CH3 as logic). .sr files are just zip archives. You can rename one, unzip it and have a look at the metadata file. That shows you what is stored there. > * Is it possible to use sigrok-cli, to browse only the decoded UART > data, from an .sr file like this - and if so, how? Unfortunately not, since sigrok-cli can't process analog data and the data generated by protocol decoders isn't saved in the .sr files. I can't comment on the other sigrok-cli questions because I'm not as familiar with it. Regards, -Soeren > > > Many thanks in advance for any hints, > Cheers! > > _______________________________________________ > sigrok-devel mailing list > sigrok-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sigrok-devel _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel