VisionBox_RS232ConfigureBaudRate
Configures RS232 port. Has to be called before any other Vision Box' RS232 operation.
Syntax
C++
Python
def VisionBox_RS232ConfigureBaudRate( state: VisionBox_State, inBaudRate: int, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | VisionBox_State | |||
![]() |
inBaudRate | int | 9600 - 921600 |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


