i have a string in my pc/terminal and i want to send it to pic. string is sth like: 1F133580235647A848DCD824696A6321551CA53D541E2FF2E2 FC...
it is 128 hex number in total... i want to get this string as:

datain[0]: 1F
datain[1]: 13
datain[2]: 35
datain[3]: 80
datain[4]: 23 ...

but there is nothing like:

"HSERIN [STR HEX DATAIN\128]" in PBP...
what can i do?
thanks...