I am receiving two strings in one second from a remote device via bluetooth. (1st string then after some millisecond the 2nd string). for example:
string 1: 56ab5620a12031456764610000000000
and
string 2: 56ab563012800.
How and where should I store my first string, wait for next string and then combine these two like head+block? any suggestion please.