User Tools

Site Tools

한국어

logicpython:cubloc_api:putstr

This is an old revision of the document!


Table of Contents

PutStr

Send string data on the specified RS-232 channel.

Syntax

from cubloc import PutStr
 
PutStr(channel: int, *data: str)

Example

from cubloc import PutStr
 
# Example usage
PutStr(0, 1)
logicpython/cubloc_api/putstr.1775786799.txt.gz · Last modified: by 127.0.0.1