User`s manual

42 Remote Management
Function Reference
InitCOM
Description
Initializes the remote computer COM port connected to the remote
monitoring port of the PXIS-2719.
Syntax
HANDLE InitCOM(LPCSTR com)
Parameter
com A string denotes the COM port. Can be COM1 ~
COM8.
Return Value
A handle to the initialized COM port. If the function returns NULL,
the initialization of COM port failed.
Example
HANDLE hCOM;
hCOM= InitCOM(“COM1”);