Pandorabot AIML2 icon Pandorabot AIML2 Connect ARC to Pandorabots AIML2 to run AI-driven virtual personalities for human-like text or voice chat, using API keys and script hooks. Try it →
 

Read

COM.read(port, bytesToRead)

Parameters

port COM port name as a string.
bytesToRead Number of bytes to read from the COM port.

Returns

A byte array of length bytesToRead containing the data read from the COM port.

Description

Reads bytesToRead bytes from the COM port and returns it in a byte array.