home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / hf / dsp / dsp4tool / dl.h < prev    next >
Encoding:
Text File  |  1992-07-18  |  450 b   |  20 lines

  1. /*  DL.H -- Header for the DSP CARD 4 loader
  2.  *
  3.  *  Copyright (C) by Jarkko Vuori 1992
  4.  *  Author(s): J Vuori
  5.  *  Modification(s):
  6.  */
  7.  
  8. /* DLCMD.C */
  9. Bool cdecl setport(FILE *files[], int numArg);
  10. Bool cdecl loadandgo(FILE *files[]);
  11.  
  12. /* SERIAL.C */
  13. int  OpenSerial(int port, int baud);
  14. void CloseSerial(void);
  15. int  ReadSerial(void);
  16. int  WriteSerial(int c);
  17. void SetDTR(int state);
  18. void SetBaudRate(int baud);
  19. int  IfBreak(void);
  20.