gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
2.38k stars 263 forks source link

10bit I2C Parsing does not work #86

Closed shawnferry closed 1 year ago

shawnferry commented 1 year ago

The mask for 10bit I2C was incorrect resulting in no detection of addresses (fix in #85)

10bit read is not recognized (implementation based on

(Image is from locally running copy of #85) image

shawnferry commented 1 year ago

This is a 10bit I2C implementation I am working on. I think it is correct sample above is from this file. tenbit_sample.csv

tenbit_sample-lac.json

gusmanb commented 1 year ago

I will test it this weekend and will try to publish a new version that includes also the fixes for the folder name of the analyzers and the name of the channels in the dropdowns.

Cheers.