Robin2:
You have anglobalarray local to the loop functionbyte tagEPCBytes[50][12];and a
localbyte with the same name local to that block of code
the array name acts like a pointer... thus your errors/warnings
Robin2:
You have anglobalarray local to the loop functionbyte tagEPCBytes[50][12];and a
localbyte with the same name local to that block of code
the array name acts like a pointer... thus your errors/warnings