Forum Discussion
Altera_Forum
Honored Contributor
16 years agoconsole driver
For starters, my experience with operating systems is predicated around vxWorks. That said consider the contrived program: # include <iostream>
bool done = false ;
static
void display()...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- This console is available either from the STDIN, STDOUT streams or via the Telnet console if you've connected to the board via Telnet. Jake --- Quote End --- Jake thanks for the response. I'm not connected via telnet. That said, could you elaborate on this: "This console is available either from STDIN, STDOUT streams". Trying to make sure I understand fully given my two options - JTAG or UART.