gusmanb / logicanalyzer

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

10bit I2C Parsing does not work #86

Closed shawnferry closed 11 months ago

shawnferry commented 11 months 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 11 months 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 11 months 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.