home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR23 / TOUCH2.ZIP / ASYNCPEC.H < prev    next >
Text File  |  1993-08-14  |  367b  |  12 lines

  1. /* Prototype file for asyncpec.c */
  2. /* Copyright 1989, Quinn-Curtis  */
  3.  
  4. void delay(int d);
  5. void open_com(int Cport, int baud,int parity, int stopbits,int numbits,
  6.               int *err_code);
  7. void close_com();
  8. void reset_buffer();
  9. void send_com( char c,int *err_code);
  10. void writeln_com(char *str,int *err_code);
  11. void readln_com(char *str,int *err_code);
  12.