home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / Vector18.lha / include / hkduart.i < prev    next >
Encoding:
Text File  |  1993-09-17  |  1.0 KB  |  46 lines

  1. *
  2. * $Header: DH0:src/asm/duart/device/RCS/hkduart.i,v 7.0 92/12/08 11:48:16 Barnard Rel $
  3. *
  4. *****************************************************************************
  5. *
  6. * H K D U A R T - D E V I C E
  7. *
  8. *****************************************************************************
  9. *
  10. *  defines for the hkduart.device
  11. *
  12. *****************************************************************************
  13. *
  14.  
  15. *
  16. * Non-Standard Device Commands
  17. *
  18.  
  19. DUCMD_QUERY        equ        (CMD_NONSTD+0)
  20. DUCMD_BREAK        equ        (CMD_NONSTD+1)
  21. DUCMD_SETPARAMS    equ        (CMD_NONSTD+2)
  22. DUCMD_SETCTRL    equ        (CMD_NONSTD+7)
  23.  
  24. NOF_ODCMD        equ        (CMD_NONSTD+8)
  25.  
  26.  
  27. DuErr_DevBusy        equ     1
  28. DuErr_BaudMismatch    equ     2    * baud rate not supported by hardware
  29. DuErr_BufErr        equ     4    * Failed to allocate new read buffer
  30. DuErr_InvParam        equ     5
  31. DuErr_LineErr        equ     6
  32. DuErr_ParityErr        equ     9
  33. DuErr_TimerErr        equ    11    * (See the serial/OpenDevice autodoc)
  34. DuErr_BufOverflow    equ    12
  35. DuErr_NoDSR            equ    13
  36. DuErr_DetectedBreak    equ    15
  37.  
  38.  
  39. *
  40. * asdg compatible control-lines support
  41. *
  42.  
  43.                     BITDEF    DUIOCTL,RTS,0
  44.                     BITDEF    DUIOCTL,DTR,1
  45.  
  46.