i have 2 rfid readers that communicate with HID Driver. and 2 rfid tags with value 0008478651 and 0008776392. When I swap one tag to first rfid reader it's work perfectly, the result showing 0008478651 in notepad, but when I swap 2 of them in 2 rfid reader, the result shows 00008700847876653921. I found that the rfid reader send value one by one character to notepad, so when second tag swaped and notepad hasnot finished shows all first tag value's characters, then notepad will read second tag on first value tag's not finisihed character.
So, to handle this I want to know how to control HID output to send rfid value per full characters.
by the way, actually I use rfid to develop vbnet application