Omron HVC-P2 icon Omron HVC-P2 Omron HVC-P/HVC-P2 ARC plugin: Python-based camera integration for body, hand and face detection, gaze, age/gender, expressions and face recognition. Try it →
 

Hardwareuartread

UART.hardwareUartRead(uartIndex, bytesToRead, [ezbIndex])

Parameters

uartIndex Index of UART to read from.
bytesToRead Number of bytes to read from the UART.
ezbIndex (optional) Board index of the EZB to use.

Returns

A byte array of length bytesToRead containing data received from the specified UART.

Description

Returns a byte array of length bytesToRead containing data received from the specified UART. The UART must be initialized first.