Function
EN
Version 4.00
@OpenNTComPort
NTComPort
Syntax
@OpenNTComPort(OSCOMPORTNAME);
Description
Only for the Engine under Windows!
Opens the DEVICE with the OSCOMPORTNAME OSCOMPORTNAME und outputs einen OSCOMHANDLE for it.
Example: @OpenNTComPort(OSCOMPORTNAME);
OSCOMHANDLE1:=@OpenNTComPort("COM1");
OSCOMHANDLE1:=@CloseNTComPort(OSCOMHANDLE1);
The device "COM1" is opened and then closed again.
Note : This text was machine-translated and may contain inaccuracies.
