Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to write a VHDL code for taking serial data from RFID reader and displaying it

Status
Not open for further replies.

BHTan85

Newbie level 4
Joined
Jun 16, 2005
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,348
hi i am new in VHDL programming.
basically i am doing a project that take a serial data from the RFID reader and display out.
this RFID serial data is in digital form and it just have 1 data pin out with contain 10bit (1 start bit, 1 stop bit and 8 data bit).
so does anyone know how to write the VHDL code that take this data and show out the 8 data bit in each of the I/O pin in this board which connect to the LED to represent the data.
the data bit is already fix in the RFID tag.
 

Re: grab serial data

You can use a buffer that read the whole 10-bits length data, then chop the intermediate 8-bits into another register, then display it as you want..

VHDL code for this is very simple..
 

    BHTan85

    Points: 2
    Helpful Answer Positive Rating
Re: grab serial data

can u please tell me where can i find this kind of example or can u please sent me the example code?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top