====== PutStr ====== ''PutStr channel, data'' | //channel// | RS-232 channel. (1 to 3) | | //data// | String data (String variable , String constant or Constant) | Sends String data on the specified RS-232 channel. OpenCom 1,19200,0,50,10 PutStr 1,"COMFILE TECHNOLOGY", Dec I, Cr Similar to the [[cubloc:put:index|Put]] command, ''PutStr'' puts data to be sent in the RS-232 port's send buffer. Afterward, the Cubloc BASIC interpreter takes care of the actual sending. Use the [[cubloc:bfree:index|BFree]] command to prevent overloading the send buffer [[cubloc:index#system_library:|Go CUBLOC home]]