This is an old revision of the document!
Send a byte array until a stop character is encountered.
from cubloc import PutA2 PutA2(channel: int, array: bytes, byteLength: int, stopChar: int,)
from cubloc import PutA2 # Example usage PutA2(0, [1, 2, 3], 1, 10)