User Profile

Collapse

Profile Sidebar

Collapse
farahan
farahan
Last Activity: Mar 28 '11, 02:18 PM
Joined: Mar 9 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • farahan
    replied to How to display the tag id and the power value?
    in C
    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
    See more | Go to post

    Leave a comment:


  • farahan
    replied to How to display the tag id and the power value?
    in C
    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 you
    See more | Go to post

    Leave a comment:


  • farahan
    replied to How to display the tag id and the power value?
    in C
    hello Banfa

    have you checked my code which i have attached to mail
    and I'am using A528 reader its caen product...
    See more | Go to post

    Leave a comment:


  • farahan
    started a topic How to display the tag id and the power value?
    in C

    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++;
    	}
    here in the above Response[i] i have my total array of 174 which is as shown below


    so please help me out in...
    See more | Go to post
    Last edited by Niheel; Mar 21 '11, 09:46 AM.
No activity results to display
Show More
Working...