Thanks Mike,
I had not considered the Logic Or & Shift approach.
Once I find the "1002" marker, I can loop for the next 8 bytes for the Big Endian value to convert to float.
I see there is a Serial.Peek() function, wasn't sure if there was a better way to parse but your approach might be the easier way to go.
I appreciate the help.