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.

RS-232 Storing multiple ASCII characters (VHDL)

Status
Not open for further replies.

come512l

Newbie level 6
Joined
Sep 10, 2011
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Paris
Activity points
1,365
(Solved)RS-232 Storing multiple ASCII characters (VHDL)

Hi, I need a vhdl Program to store serial data sent by a PC to (via rs-232) Spartan 3E board, I want to send a word (through hyper terminal maximum of 5 character) e.g OFF, ALTER, BLINK,then store the ascii equivalent to an array then retrieve the word to perform certain instruction. The problem is I don't know how to do it. (I'm a newbie)
All i know is storing only 1 ascii character, but storing multiple ascii, how do I do that? here is my partial code

type container is array ( 0 to 4 ) of std_logic_vector ( 7 downto 0 );
signal Memory: container;



never mind, problem SOLVED.
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top