I have a simple problem that I could not solve for days.
I am trying to write a code that takes an input from Serial Communication port such as:
"00aaaaaaa12dddddddd23vvvvvvvvvvvv"
and divides into one string matrix and one array such as
String[] = {"aaaaaaa","dddddddd","vvvvvvvvvvvv"}
int Array[] = {0,12,23} (2-digit int numbers)
Thank you for you help