Installation manual
STAR-LINK™
64
6
PROPERTY BAUDRATERS
PURPOSE
Indicates the serial communication baud rate.
DESCRIPTION
This property sets the RS232 and RS485 baud rate between the base station and the
host PC.
IDL
[propget, id(6), helpstring("property BaudRateRS")] HRESULT BaudRateRS([out,
retval] long *pVal);
[propput, id(6), helpstring("property BaudRateRS")] HRESULT BaudRateRS([in] long
newVal);
DATA TYPE
LONG
POSSIBLE VALUES
300; 600; 1200; 2400; 9600; 19200; 38400; 57600; 115200
EXAMPLE
...
Dim SatObject as Sat
Dim strProperties as String
...
‘ Show the base station BaudRateRS property
Set SatObject = RFNCCTL.Satellites.Satellite(1500)
strProperties = "BaudRateRS = " & CStr(SatObject.BaudRateRS)
...
PROPERTY BUFFERSIZE
This property is reserved.
PROPERTY BUFFERTHRESHOLD
This property is reserved.