Re: [sigrok-devel] added support for SDA2506 EEPROM serial protocol

2018-02-12 Thread Uwe Hermann
Hi, On Tue, Jan 30, 2018 at 11:27:47PM +0100, Max Weller wrote: > I built a protocol decoder for the SDA2506 EEPROM. You can find it on my > Github fork at > https://github.com/max-weller/libsigrokdecode/commit/edd4ec248de35d750681deeedab6e40f560ebdce > > Feel free to add it to the decoders folde

Re: [sigrok-devel] added support for SDA2506 EEPROM serial protocol

2018-02-12 Thread Max Weller
Hi Uwe, I've uploaded some example files containing traces of the SDA2506 protocol here: https://test.luelistan.net/sigrok/tests/ I removed the print statements and added a self.reset() in the except block where missing command bits are handled. https://github.com/max-weller/libsigrokdecode/commi