UHF-RW-MP-232-V1 - UHF tag reader help.

robtillaart:
You check if there is at least one byte and you start reading 10.

Check for available >=10 iso >0

Thanks Robtillaart,
yes i check to see if there is a byte with the

if (mySerialPort.available() > 0) {

I read 10 just coz i know its less, no other reason..

i dont understand iso>0 im googling it now.

any other ideas why the two reads are different?

thanks guys :wink:
Willie