Re: [sigrok-devel] Sigrok compatible low cost logic analysers

2018-10-22 Thread Aleksander Alekseev
Hello David, As far as I know SUMP2 protocol is not yet implemented in Sigrok. You can still use SUMP2 with it's own Python client, though it doesn't support any decoders, so you will have to write them manually (or better write a driver for Sigrok, which actually could be fun). If I'm not m

[sigrok-devel] [PATCH v2 libsigrok] Add support to configure the number of samples to acquire (hameg-hmo)

2018-10-22 Thread Guido Trentalancia
At the moment only the maximum number of frames to be acquired can be configured for the Hameg/Rohde&Schwarz HMO mixed-signal oscilloscope series driver (hameg-hmo). This patch adds support to configure the number of samples to acquire in both analog and digital (logic) mode. This second version

Re: [sigrok-devel] Sigrok compatible low cost logic analysers

2018-10-22 Thread Soeren Apel
Hello, https://www.sump.org/projects/analyzer/ and https://sigrok.org/wiki/Openbench_Logic_Sniffer and https://sigrok.org/wiki/Saanlima_Pipistrello_OLS are all FPGA-based devices using the SUMP protocol and supported by sigrok. >From what I understand, SUMP2 is a completely incompatible protocol,

Re: [sigrok-devel] Sigrok compatible low cost logic analysers

2018-10-22 Thread David Slipper
That isĀ  very interesting Thanks, Dave > https://www.sump.org/projects/analyzer/ and > https://sigrok.org/wiki/Openbench_Logic_Sniffer and > https://sigrok.org/wiki/Saanlima_Pipistrello_OLS are > all FPGA-based devices using the SUMP protocol and > supported by sigrok. > > >From what I understand,