Hi,
I am planning a new project.
I recieve from a WiFi stream 100 data lines with 4 ID bytes, 8 data bytes and 1 CRC byte each, every 100ms
I need to store this 100 data set and when the next 100 data set comes 100ms later, compare the 8 data bytes with the first 8 data bytes at bit level.
I am thinking to store the data set i some arrays, but is this the fastest way to do it?
And how to setup the arrays?
Any one has experience with this.
Mogens
I am planning a new project.
I recieve from a WiFi stream 100 data lines with 4 ID bytes, 8 data bytes and 1 CRC byte each, every 100ms
I need to store this 100 data set and when the next 100 data set comes 100ms later, compare the 8 data bytes with the first 8 data bytes at bit level.
I am thinking to store the data set i some arrays, but is this the fastest way to do it?
And how to setup the arrays?
Any one has experience with this.
Mogens