Port-specific Parameters
- Last UpdatedSep 02, 2022
- 1 minute read
To set parameters for a particular port, you have to create a new section in the Citect.INI file. Label it with the driver name followed by the full stop character (.) and the name of the particular port you want to specify the parameter setting for.
[SBUS.<PortName>]SendBreak
This applies the SendBreak parameter setting to the specified port.
Allowable Values 0 = Parity changing method
1 = break mode
2 = data mode
Default Value 0
Note: This port level parameter will over-ride the driver wide setting made with the use of the [SBUS]SendBreak parameter.
Example:
If two ports named PORT1 and PORT2 are being used, and we want to set the SendBreak parameter for PORT2 only, the Citect.INI would contain the following parameters:
[SBUS.PORT2] SendBreak = 1
See also SBUS Driver Parameters.