Design
smith.lst
Associated article: Finite State Machines for Xmodem
Tags: Design
_Finite State Machines for XModem_ by Donald W. Smith [LISTING ONE] /* CTERM.H defines for CTERMx series. */ #define BUFSIZE 128 #define DISKREAD (BUFSIZE * 40) /* some ASCII defines */ #define SOH 0x01 /* start of header */ #define EOT 0x04 /* end of transmission */ #define ACK 0x06 /* ...


