This is an old revision of the document!
Send a byte array on the specified RS-232 channel.
from cubloc import PutA PutA(channel: int, array: bytes, byteLength: int)
channel number.array.from cubloc import PutA # Example usage PutA(0, [1, 2, 3], 1)