Function
EN
Version 3.00
@CloseOSComPort
OSComPort
Syntax
@CloseOSComPort(OSCOMHANDLE1);
Description
Closes the Device with the OSCOMHANDLE OSCOMHANDLE1 and returns the closed OSCOMHANDLE.
Example: @CloseOSComPort(OSCOMHANDLE1)
OSCOMHANDLE1:=@OpenOSComPort("COM1");
OSCOMHANDLE1:=@CloseOSComPort(OSCOMHANDLE1);
The device "COM1" is opened and then closed again.
Note : This text was machine-translated and may contain inaccuracies.
