Intermec m90 Reference Guide

Page of 126
DOS System Call
Chapter 4
77
M90 Series Portable Data Entry Unit Reference Manual
(continued)
6
Get RS-232 Hardware Status
Entry Parameter: AH=6
Return Value:
AL= Bit 0:
0 Get RTS low level
1 Get RTS high level
Bit 1:
0 Get DTR low level
1 Get DTR high level
Bit 2:
0 Get OUT0 low level
1 Get OUT0 high level
Bit 3:
0 Get CTS low level
1 Get CTS high level
Bit 4:
0 Get DSR low level
1 Get DSR high level
Bit 5:
0 Get RI low level
1 Get RI high level
Bit 6:
0 Get DCD low level
1 Get DCD high level
Note: Bit 4 (DSR) always returns high and Bit 6 (DCD) always returns low. If Func-
tion 6 
is called when the M90 is connected via the direct connect cable, Bit 5 (RI) is
undefined as the RI signal is not present in the Modular connector at the bottom of the
M90.
7
Set OUT0 Signal
Entry Parameter: AH=7
AL=0
Set OUT0 signal in Modular 10-pin connector to low
AL=1
Set OUT0 signal in Modular 10-pin connector to high
Return Value:
None
Implemented BIOS Functions (INT 33h)
Function
Description
Comment
00h
Set Communication Parameters
Added function
01h
Input RS-232 character
Added function
02h
Output RS-232 character
Added function
03h
Enable RS-232 port
Added function
04h
Disable RS-232 port
Added function
05h
Set RTS/DTR
Added function
06h
Get RS-232 hardware status
Added function
07h
Set OUT0 signal in Modular 10-pin connector
Added function