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
Input will be modified ioState VisionBox_State
Input value 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.