I would like to use the binary mode of the Logomatic to take advantage of the higher data rate.
Is the data being logged as two 8-bit words, high and low?
and only the lowest two bits of the high byte are meaningful because the ADC is 10 bits?
Separated by
36
36
(ASCII $$)?
The following is a small sample of data I get using fread in Matlab:
3
253
36
36
3
253
36
36
3
252
etc.
so a data point would be high byte 256 + low byte, for example 3256 + 253?
Are you aware of anyone importing the data in matlab?
Any help would be appreciated.
John