VisionBox_RS232WriteNBytes


Sends byte array through RS232 port.

Syntax

C++
Python
 
def VisionBox_RS232WriteNBytes(
	state: VisionBox_State,
	inBytesToWrite: list[int],
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inBytesToWrite list[int]

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.