#ifndef SERIAL_INC #define SERIAL_INC #define RXBUFSIZE 1024 #define SCI_SCCR1_ADDR 0xFFFC0A /* high level SCI SERIAL access function prototypes */ short InstrumentConnect(ushort chan); long MatchToStandardBaud(long baud); ushort SerGetsTmout(char *buf, ushort buflen, ushort seconds); int SerPuts(char *str); int SerAllocBuffer(void); int SerFreeBuffer(void); #endif