Here i have written a code which produces next 8 numbers from sequence.
int next_exp_data(unsigned long long int expected_data) { int i=0; unsigned long long int seq_gen_value=1976943448883713; unsigned long long ...
Hi Thanks for the reply. Let me make it clear I have byte sequence with byte pattern 0 0 0 1 N N N N 0 0 0 1 N N N N EOF The N N N bytes can be any number. The 0 0 0 1 pattern is fixed. so basically I need to search for and extract ...