home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / communic / qbfs10 / qbfoss.bi < prev    next >
Encoding:
Text File  |  1994-04-18  |  574 b   |  21 lines

  1. DEFINT A-Z
  2. '
  3. DECLARE SUB fossdtr (Port%, DTRState%)
  4. DECLARE SUB fossexit (Port%)
  5. DECLARE SUB fossflushout (Port%)
  6. DECLARE SUB fosspurgein (Port%)
  7. DECLARE SUB fosspurgeout (Port%)
  8. DECLARE SUB fosssendc (Port%, Char$)
  9. DECLARE SUB fosssendcw (Port%, Char$)
  10. DECLARE SUB fosswrite (Port%, Write$)
  11. '
  12. DECLARE FUNCTION fosscarrier% (Port%)
  13. DECLARE FUNCTION fossinit% (Port%)
  14. DECLARE FUNCTION fossinwait% (Port%)
  15. DECLARE FUNCTION fossoutroom% (Port%)
  16. DECLARE FUNCTION fossread$ (Port%)
  17. DECLARE FUNCTION fossrecvcw$ (Port%)
  18. DECALRE FUNCTION fossstatus% (Port%)
  19. '
  20.  
  21.