473,385 Members | 1,359 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How to display the tag id and the power value?

Expand|Select|Wrap|Line Numbers
  1. void Rfid_control(void)
  2. {
  3.     while (i<=32)
  4.     {
  5.         usart_putchar(USART,ReadTag[i]);
  6.         i++;
  7.     }
  8.     char Response[i];
  9.     i=0;
  10.     while (i<=173)
  11.     {
  12.         Response[i] = usart_getchar(USART);
  13.         usart_putchar(USART2, Response[i]);
  14.         i++;
  15.     }
here in the above Response[i] i have my total array of 174 which is as shown below


so please help me out in display tag id and power value


my serial port output
00 01 00 .....SX.........
64 00 00 00 08 00 02 00 00 00 01 00 03 00 00 53 d..............S
58 00 24 00 00 00 08 00 01 00 73 00 00 00 0D 0A X.$.......s.....
00 52 00 00 00 C7 00 00 00 08 00 02 00 00 00 01 .R...Ç..........
00 05 00 00 53 58 00 64 00 00 00 08 00 01 00 13 ....SX.d........
00 00 00 0F 00 FB 53 6F 75 72 63 65 5F 30 00 00 .....ûSource_0..
00 00 0B 00 22 41 6E 74 30 00 00 00 00 0E 00 10 ...."Ant0.......
00 00 00 00 00 00 00 00 00 00 00 08 00 12 00 03 ................
00 00 00
Attached Files
File Type: txt New Text Document.txt (7.8 KB, 556 views)
Mar 19 '11 #1
6 2159
Banfa
9,065 Expert Mod 8TB
There are a number of different RFID protocols and reader protocols so you would need to look at the specifications for the RFID reader you are using (which should provide you with the protocol).
Mar 21 '11 #2
hello Banfa

have you checked my code which i have attached to mail
and I'am using A528 reader its caen product...
Mar 23 '11 #3
horace1
1,510 Expert 1GB
have you checked the baudrate etc - looking at
http://www.caenrfid.it/rfid/getattac...obj=mn&id=1972

it should be 115200baud.
have you tried connected it to a PC and looking at the data using a terminal emulator?
Mar 25 '11 #4
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
Mar 28 '11 #5
Banfa
9,065 Expert Mod 8TB
Go to the CAEN website and download the datasheets and manuals for the A528 reader, it should tell you what you need to know.
Mar 28 '11 #6
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
Mar 28 '11 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: bryan.com | last post by:
There must be a way. I'm making a selection from a drop-down list that had an ID number as the value and displays a text field. After submitting the data to the database I am sending an email and...
5
by: aad | last post by:
Hi, I would like to display a label twice on one page. Duplicate the label result in the error "The ID 'xxxxx' is already used by another control" Ok I understand that it can bind to only...
3
by: Nofi | last post by:
Hello, I'm trying to fill my combobox per code, not with a DataSet because I want to have an empty row in it and this wasn't possible when working with a DataSet. The fill works fine, but when I...
2
by: HarisHohkl | last post by:
Hi, I've this function in a class to update the total value.but when i try to remove the these row highlight in Bold it crash, what should i do???? void display_total_value() { double...
0
by: keithsimpson3973 | last post by:
Does anyone know if it is possible to display the value of a date picker control on a vb6 form that the user selected on an access report? I am using vb6 to display a report selection and it has a...
28
by: ajos | last post by:
hi frnds, im doing a project in struts... my project specifications- struts1.1,tomcat5.5.23,eclipse3.2. the situation--> i have a form where i have a html <select> attribute in the <option>...
2
by: jeenajos | last post by:
Hi all, How can we display a value in message box in Asp.net. Now im using the script for displaying strings. Response.Write("<script>alert('OK')</script>") Along with this string i...
10
by: lakki63 | last post by:
hi all.. I m new to html....In my html page i place one multiline textbox...My query is when i enter data into textbox and click submit button..i have to display dat message in below to the...
24
by: MNNovice | last post by:
I am trying to display a value from the sub form on to the main form. It's not a calculated data, just plain text. This is what I attempted without success. 1. Created a text box called...
0
by: Rajiv kr | last post by:
Hi I am trying to display CustomProperty value (Ex: ID of an Employee) in the propertyGrid insted of displaying the default Type EX: "Microsoft.Organaisation.Employee()" for each and every...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.