Virtual Serial Ports
- Software Virtual COM Port Null Modem Cable Emulator for Windows
IVirtualSerialDevice.connectToPipe Method
< Previous
Top
Next >
Declaration
connectToPipe
(
pipeName:
string
):
void
;
Remarks
Connect a virtual serial device to the specified named pipe (in client mode). The pipe's server may be on a local or remote computer.
Parameters
pipeName
:
string
The name of the pipe. See the MSDN for
CreateFile
function for the correct named pipe name syntax.
See Also
IVirtualSerialDevice
< Previous
Top
Next >