Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesnt work with saleae-logic-alpha 2.3.13-1 #5

Open
lucastanure opened this issue Nov 11, 2020 · 1 comment
Open

Doesnt work with saleae-logic-alpha 2.3.13-1 #5

lucastanure opened this issue Nov 11, 2020 · 1 comment

Comments

@lucastanure
Copy link

Hi,

Thanks for the great work.
This software doesn't seems to work with the latest saleae-logic-alpha 2.3.13-1.

There are two ways to export the data:

Time [s] | Channel 0 | Channel 1 | Channel 2
1.20147512 | 1 | 0 | 0
1.20147544 | 0 | 0 | 0
1.20147577 | 1 | 0 | 0
1.20147609 | 0 | 0 | 0
1.20147642 | 1 | 0 | 0

Or

name | type | start_time | duration | channel | data
I2S / PCM | data | 1.20148586 | 9.76E-06 | 0x0000000000000001 | 0x0000000000000000
I2S / PCM | data | 1.20149628 | 9.76E-06 | 0x0000000000000000 | 0x0000000000000000
I2S / PCM | data | 1.20150669 | 9.77E-06 | 0x0000000000000001 | 0x0000000000000000
I2S / PCM | data | 1.20151711 | 9.76E-06 | 0x0000000000000000 | 0x0000000000000000
I2S / PCM | data | 1.20152753 | 9.76E-06 | 0x0000000000000001 | 0x0000000000000000
I2S / PCM | data | 1.20153794 | 9.77E-06 | 0x0000000000000000 | 0x0000000000000000
I2S / PCM | data | 1.20154836 | 9.76E-06 | 0x0000000000000001 | 0x0000000000000000

Neither of these two ways seems to generate a valid file.

@dim1119
Copy link

dim1119 commented Aug 17, 2021

Hello,
It seems that the rows were shifted in the new versions.
I have created a pull request(#7) with the new row numbers, in order to parse Saleae Logic 2.X data.
Moreover, as mention by Saleae's twitter account you may need to set the analyzer to signed mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants