Continuous Servo icon Continuous Servo Control a 3-wire continuous 360-degree servo in ARC: adjustable forward/reverse speeds, start/stop buttons, board/port selection and test controls Try it →
 

Hardwareuartreadstring

UART.hardwareUartReadString(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 string of length bytesToRead containing data received from the specified UART.

Description

Returns a string of length bytesToRead containing data received from the specified UART.