Onamission71
Member
- Joined
- Jul 8, 2009
- Messages
- 14
- Programming Experience
- Beginner
Hi I'm working on a project involving reading RFID tags, I've written the code and it reads the tags ok by using the recieved data handler and displaying the result in a listbox, the only problem is that the data displayed has a couple of unreadable characters at the start (I'm using ReadLine() command.)
If I read the buffer byte by byte the data is all readable.
How can I read and display the whole 16 Bytes in one go??
If I read the buffer byte by byte the data is all readable.
How can I read and display the whole 16 Bytes in one go??