[sigrok-devel] Pulseview, save output from decoder to file?

2018-06-26 Thread Test Jarfalla
Hello, Hopefully I'm missing something obvious... I have decoded some data that was captured with a logic analyzer and now I would like to save only the decoded data (as seen in Pulseview) to a file. Is there any simple way of doing this? I have a dump of an EPROM readout and the decoder does a gr

Re: [sigrok-devel] Pulseview, save output from decoder to file?

2018-06-27 Thread Test Jarfalla
Hello, Ok, great - I’ll give it a try! Regards, Staffan On Wednesday, June 27, 2018, Soeren Apel wrote: > Hello, > > > Hopefully I'm missing something obvious... > > I have decoded some data that was captured with a logic analyzer and > > now I would like to save only the decoded data (as s

Re: [sigrok-devel] Pulseview, save output from decoder to file?

2018-07-02 Thread Test Jarfalla
Hello, When I store acquired data (export binary to raw and save the 'session' as an sr-file), my decoders don't seem to follow. Closing pulseview and reopening it again, the decoders aren't there? I guess I need that in order to run sigrok-cli with the -B option? Not sure I know how to setup the

Re: [sigrok-devel] Pulseview, save output from decoder to file?

2018-08-24 Thread Test Jarfalla
Hello, A little delayed, I gave your suggestion a try. Captured a sequence using Pulseview, selected the area of interest and saved an .sr-file (using "save selected range as"). I also exported the data as raw binary. Now I try to process this using sigrok-cli, but with little success. The followi

Re: [sigrok-devel] Pulseview, save output from decoder to file?

2018-08-26 Thread Test Jarfalla
; Also, I added a matching format string in the settings so you can > customize the output. > > I suggest you download the AppImage and give it a try - if you miss > something, please let me know. > > Regards, > -Soeren > > > On Fri, 2018-08-24 at 21:56 +0200, Test J

[sigrok-devel] Protocol Decoder Info

2020-11-07 Thread Test Jarfalla
Hello, Hoping this is the right place to ask questions also about protocol decoders. If not please suggest alternatives. I'm doing a first attempt at writing a decoder to capture reads from an EPROM and need to decode address and data. This will be quite a few pins. Is it possible to suggest defa

Re: [sigrok-devel] Protocol Decoder Info

2020-11-14 Thread Test Jarfalla
Hello, Many thanks for the replies, some - I realize - I should have figured by myself, but some were good for clarification. I should point out that I'm totally new to Python so there is a lot of guessing going on when working on the decoder. What seems a bit odd to me is that there appears to

[sigrok-devel] Protocol Decoder for ICs with parallel Address/Data buses and enable pins

2020-11-21 Thread Test Jarfalla
Hello. I've written a protocol decoder for grabbing communication from/to memory chips like old EPROMs, thus the name 'EPROM'. As I'm not familiar with GIT or similar, I would like to attach it here in the hope that it can be included and hopefully of use to people, but the mail server blocks ,zip

Re: [sigrok-devel] Protocol Decoder for ICs with parallel Address/Data buses and enable pins

2020-11-22 Thread Test Jarfalla
un, Nov 22, 2020 at 12:21 PM Pičugins Arsenijs wrote: > 21.11.2020, 21:56, "Test Jarfalla" : > > Hello. > > > > I've written a protocol decoder for grabbing communication from/to > memory chips like old EPROMs, thus the name 'EPROM'. > > As I&