This is an old revision of the document!
Read string data from the RS-232 receive buffer.
from cubloc import GetStr GetStr(channel: int, length: int)
Returns the currently available decoded string data immediately, up to length bytes.
from cubloc import GetStr # Example usage result = GetStr(0, 1) print(result)