Swing SECS I Reference
Properties
Active
Appearance
BaudRate
BorderStyle
CommPort
DeviceID
IniFile
IniSection
Log
LogFile
Master
MSEC
Retry
Show
T1
T2
T3
T4
Methods
Config
LoadIni
Send
Events
Errors
Read
SelMsg
Written
|
Specify baud rate of serial port. Set proper baud rate number directly. This property is a persistent property.
Syntax
Return Value
Example
|
.BaudRate = 9600 ' 9600bps
.BaudRate = 4800 ' 4800bps
.BaudRate = 2400 ' 2400bps
|
|
m_secs.SetBaudRate(9600); // 9600bps
m_secs.SetBaudRate(4800); // 4800bps
m_secs.SetBaudRate(2400); // 2400bps
|
Remarks
See Also
|
|