I'm trying to read some database in text file. It's have a Code and respective number. This text file/database saved in an SD card. Code(UID) is 6bytes length array.number is integer type.
like this,
130,20,30,55,10,22\t128
20,10,20,30,55,68\t64
(\t = tab)
number of rows/lines can't be predicted.
Help to read this text file and extract one by one byte from it with respective number.