Embedded Systems
embed.asc
Associated article: Simulation and Testboard for Embedded System Design
Tags: Embedded Systems
_SIMULATION AND TESTBOARD FOR EMBEDDED SYSTEM DESIGN_
by Michael Kutter
[LISTING ONE]
FILE *serial_in,*serial_out;
void outbyte(unsigned char dest,value)
{
static long command;
/* check to make sure dest indicates SERIAL_DEVICE. */
if (dest != SERIAL_DEVICE)
{
printf("...


