home *** CD-ROM | disk | FTP | other *** search
- /* DL.H -- Header for the DSP CARD 4 loader
- *
- * Copyright (C) by Jarkko Vuori 1992
- * Author(s): J Vuori
- * Modification(s):
- */
-
- /* DLCMD.C */
- Bool cdecl setport(FILE *files[], int numArg);
- Bool cdecl loadandgo(FILE *files[]);
-
- /* SERIAL.C */
- int OpenSerial(int port, int baud);
- void CloseSerial(void);
- int ReadSerial(void);
- int WriteSerial(int c);
- void SetDTR(int state);
- void SetBaudRate(int baud);
- int IfBreak(void);
-