How to separate/eliminate CRC, MSB and LSB from response
Hi all
If I send the following command to RFID reader through TCP/IP.
byte[] buf = { 0x01, 0x04, 0x06, 0x22, (byte)0xA0, 0x69, 0x72 };
It returns the response packet as a byte stream including CRC, MSB and LSB . Besically i am not able to interpret the response packet so that I can separate/eliminate CRC, MSB and LSB and print this response in Hex. If anybody has any idea, or example please let me know.
Thanx
kvijai

