VCOMM_PM_API_OPENCOM

include vcomm.inc

mov     ax, VCOMM_PM_API_OPENCOM    ;function number
mov     bx, PortNum                 ;port number
call    [_VCOMMCallAddr]            ;protected-mode API address
 

Calls _VCOMM_OpenComm to opens a communications resource.

PortNum
The number of the port to open.

See Also

_VCOMM_OpenComm