SSC-32 Servo Controller icon SSC-32 Servo Controller ARC integration for SSC-32 servo controllers via PC COM or EZ-B/Arduino UART; maps V0-V31, configurable baud, enables servos in ARC skills. 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.