This is an old revision of the document!
Send string data on the specified RS-232 channel.
data
channel
from cubloc import PutStr PutStr(channel: int, *data: str)
from cubloc import PutStr # Example usage PutStr(0, 1)