home *** CD-ROM | disk | FTP | other *** search
- *
- * $Header: DH0:src/asm/duart/device/RCS/hkduart.i,v 7.0 92/12/08 11:48:16 Barnard Rel $
- *
- *****************************************************************************
- *
- * H K D U A R T - D E V I C E
- *
- *****************************************************************************
- *
- * defines for the hkduart.device
- *
- *****************************************************************************
- *
-
- *
- * Non-Standard Device Commands
- *
-
- DUCMD_QUERY equ (CMD_NONSTD+0)
- DUCMD_BREAK equ (CMD_NONSTD+1)
- DUCMD_SETPARAMS equ (CMD_NONSTD+2)
- DUCMD_SETCTRL equ (CMD_NONSTD+7)
-
- NOF_ODCMD equ (CMD_NONSTD+8)
-
-
- DuErr_DevBusy equ 1
- DuErr_BaudMismatch equ 2 * baud rate not supported by hardware
- DuErr_BufErr equ 4 * Failed to allocate new read buffer
- DuErr_InvParam equ 5
- DuErr_LineErr equ 6
- DuErr_ParityErr equ 9
- DuErr_TimerErr equ 11 * (See the serial/OpenDevice autodoc)
- DuErr_BufOverflow equ 12
- DuErr_NoDSR equ 13
- DuErr_DetectedBreak equ 15
-
-
- *
- * asdg compatible control-lines support
- *
-
- BITDEF DUIOCTL,RTS,0
- BITDEF DUIOCTL,DTR,1
-
-