Sundance SMT401 User Manual

Page 19

Advertising
background image

Released

Page 19 of 21

SMT401 PMC TIM Carrier User Guide

Document Name:

SMT401 User Guide V1.2.doc

Issue : 02

Rev.: 1.11

for (;;) {

chan_in_word(&c, in_ports[0]);

if (c == EOF)

break;

if (islower(c))

c = toupper(c);

else if (isupper(c))

c = tolower(c);

chan_out_word(c, out_ports[0]);

}

}

Product Name:

SMT401

Revision Date:

07 December 2004

Author:

Mark I. Cartlidge (Updated by SM, added JTAG slave section)

Original Date:

12 May 1999

Advertising