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.

NIOS II cyclone file read

Status
Not open for further replies.

mustang82

Junior Member level 3
Joined
Dec 2, 2005
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Third Rock from the sun
Activity points
1,556
nios read from txt

Hello,

Can anyone please tell me how can I output the contents of a file (HTML or TXT) onto the LCD module.

I am using a NIOS II cyclone board .. Is anyone using that board ?

thank you
 

there is a noraml way like u create a buffer & read the textfile into it .& putthe strings on the LCD module using a function like puts(char * str) but such function should be in the LCD device driver file or u can do it like this

while(1)
{
putc(c);
}
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top