Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

predefined string with char and control chars

Altera_Forum
Honored Contributor II
1,133 Views

Hello, 

 

I want to send this to the serial port: 

 

myscreen1 CLRSCR,"Hello world",EOS // a constand string 

myscreen2 CLRSCR,"Other text",EOS // a constand string 

 

where: 

CLRSCR = 0x12 

EOS = 0xFF 

 

in my program there are more than one screens but what is the beste way to implementate this (declaration and displaying). It should be possible to display 1 of the programmed screens.
0 Kudos
0 Replies
Reply