Hi, On Thu, Sep 29, 2016 at 08:16:45AM +0200, Matthieu Guillaumin wrote: > Hi, > > I'm a happy user of sigrok with my pce-322a SPL logger (I use it with a > imx6-based cubox device with debian jessie, and it's working great). So > first of all, thanks a lot for this library! > > There's one thing though that I haven't been able to do yet, which is, > download the internal memory of the pce-322a (which contains recordings > that I made on the go). Looking at the support wiki page ( > https://sigrok.org/wiki/PCE_PCE-322A ), it seems that there is support for > reading the memory, but I cannot seem to find how to invoke this > functionality via sigrok-cli.
The driver currently doesn't seem to have support for that. It's usually done using the SR_CONF_DATA_SOURCE key, see e.g. uni-t-ut32x or kecheng-kc-330b for examples, which you can use from sigrok-cli via the "data_source" option (to specify whether you want live data or data from an internal memory of the device usually). The protocol seems documented in the wiki indeed, so it should be doable to create a patch to add support for this to the pce-322a driver if you want to give it a try. Cheers, Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

