Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 14h Function 03h
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   14h     Function:   03h
 
  Title:       Get Communications Port Status
 
  Description:                                          [PC] [AT] [PS/2]
 
     Returns the status of the specified serial communications port.
 
     Input                               Output
 
     AH = 03h                            AH = Port status
     DX = Communications port number          See: Int 14h Function 00h
          (0 = COM1, 1 = COM2,...)       AL = Modem status
                                              See: Int 14h Function 00h
                                    -♦-