I have a hex string which I convert into an 1-D array of four characters each. The string 00AA is often sent by the device but this is just a 'keep alive' string to keep the link between the device and the computer. Basically how do I remove this string from any array so I am just left with useful information
Example
003F
00AA
00FF
0028
00F4
00AA
00AA
I want to see as
003F
00FF
0028
00F4