Installation manual
MAIN CONTROL OBJECT
15
3
PROPERTY COMMPORT
PURPOSE
Communication port selection.
DESCRIPTION
This property sets or gets the communication port number of the PC.
IDL
[propget, id(6), helpstring("property CommPort")] HRESULT CommPort([out, retval]
BSTR *pVal);
[propput, id(6), helpstring("property CommPort")] HRESULT CommPort([in] BSTR
newVal);
DATA TYPE
String
POSSIBLE VALUES
The control accepts only these values:
from COM1 to COM32
The default value is COM1
EXAMPLE
...
Dim CommPort as String
...
RFNCCTL.CommPort = “COM1”
...
CommPort = RFNCCTL.CommPort
...