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.

character to ascii convertion

Status
Not open for further replies.

jis

Junior Member level 3
Joined
Dec 17, 2011
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,501
hi all....
i am interfacing an lcd with fpga. i want to convert the character to ascii so that i can display it using an lcd. i am storing the characters to be displayed in a string and using for loop i am retrieving it one by one. but i need to convert it to ascii. i am using vhdl. is there any inbuild function to do the same, if not can anyone help me to find how convertion can be done..
 

character '0' = 0x30 in ASCII
.
.
character '9' = 0x30+9 in ASCII
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top