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 | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
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.


