hello
Data sheet is not clear and i have send various commands to the reader and i got the responses back and i have been successfully got the tag id's and their value too
Now i am able to display the tag too now i have to calculate RSSI VALUE do you have any idea....
thanks
User Profile
Collapse
-
hello
i know you did not chek the code and simply trying to answer something ...
if you would have cheked the attached code you would have come to know what baud rate i have set ..
thank youLeave a comment:
-
hello Banfa
have you checked my code which i have attached to mail
and I'am using A528 reader its caen product...Leave a comment:
-
How to display the tag id and the power value?
Code:void Rfid_control(void) { while (i<=32) { usart_putchar(USART,ReadTag[i]); i++; } char Response[i]; i=0; while (i<=173) { Response[i] = usart_getchar(USART); usart_putchar(USART2, Response[i]); i++; }
so please help me out in...Last edited by Niheel; Mar 21 '11, 09:46 AM.
No activity results to display
Show More
Leave a comment: