Free Virtual Serial Ports
Free Virtual Serial Ports - Free Software Virtual COM Port Null Modem Cable Emulator for Windows

IVirtualSerialDevice.ConnectToDevices Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
void  ConnectToDevices ( [in]   HANDLE  InputHandle, [in]   HANDLE  OutputHandle) ;
Native (C++):
HRESULT  ConnectToDevices ( [in]   HANDLE  InputHandle, [in]   HANDLE  OutputHandle) ;
Parameters
InputHandleInput file handle.OutputHandleOutput file handle.
Return Value
S_OK or standard OLE error code.
Remarks

When you already have opened files for Input/Output Files Transport, you may use this method to connect a virtual serial device to them.

The input file handle must have GENERIC_READ access right and output file handle must have GENERIC_WRITE access right.

< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.