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

Roll Mode #1

Open
martinloren opened this issue Mar 23, 2018 · 0 comments
Open

Roll Mode #1

martinloren opened this issue Mar 23, 2018 · 0 comments

Comments

@martinloren
Copy link

martinloren commented Mar 23, 2018

Could you make the Roll Mode work? More info about the flow once activated the Roll Mode:
-> AA 02 00 00
<- (byte 8 (maybe also 9) contain how many samples next scan) like 05 00, use this number as next progressive
-> AA 02 05 00
<- (byte 8,9: 07 00), jump of 2
-> AA 02 05 00
<- (byte 8,9: 0A 00), jump of 3 confirm the total samples: 2+3=5, acquire samples...
-> AA 04 0A 00 (0A = 10 samples totally, 5 each channel or 10 on one channel)
<- (data in, just first 10 data bytes are valid)
-> AA 02 0A 00
<- (byte 8,9: 0F 00 -> jump of 5, also next acquisition is 5 samples)
-> AA 04 0A 00
<- (data in)
-> AA 02 0F 00
<- (byte 8,9: 15 00 -> jump of 6, next acquisition has 6 samples)
-> AA 04 0C 00
<- (data in, 6 samples, 12 bytes)

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

1 participant