Introduction - If you have any usage issues, please Google them yourself
Run-Length Encoder
Example:
Input Sequence (hexadecimal format): 0A, 14, 14, 14, 14, 14, 14, 14, 56, 56, 56, 56, 56, 32, 32, 07
Output Sequence (hexadecimal format): 0A, 14, 87, 56, 85, 32, 32, 07