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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…