I try to find messages in a string mixed out of ascii which has the following format:
"212zp* ��� �91238902Pressure_1,9472,Pressure_2,4251,is_usb: {0}478212zp+ ��� �91238902Pressure_1,9472,Pressure_2,4251,is_usb: {0}478212zp, ��� �91238902Pressure_1,9472,Pressure_2,4251,is_usb: {0}478212zp- ��� "
I need to decode both, the hex and the ascii messages. The messages are between 91238902
and 478212
How can I achieve this? The string is dynamic and can contain a undefined number of messages and also errors in the headers 91238902
and 478212
can occur