You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: