I have created a simple program that whenever detects a TAG, it will print the tag number..but what I get is └4800EC7D2DF4┐ but the └ and ┐ are displayed like a box...I already figured out after converting this ASCII code to hexa that the two symbols at the start and end are 02 and 03 in hexa which is start of text and end of text, and from what is written in my card that the card number is 0015498541 which I tried to convert back to ASCII and figured out that it is EC7D2D which is included above, my problem now is how can I get only EC7D2D to be displayed in the textbox? what is the 4800 and the F4 there? how can I remove those to detect only the Card number? any help is very appreciated..thank you so much
↧