Oem_Rts; Oem_Str_In - Crestron SIMPL+ Reference Manual

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

_OEM_RTS

Name:
_OEM_RTS
Syntax:
_OEM_RTS = <expression>;
or any expression that can use a variable as part of its contents.
Description:
This variable is treated the same as DIGITAL_OUTPUT. In a program where
hardware handshaking is not being used, the program may control the RTS pin for its
own application. Writing a non-zero value to this variable sets the RTS pin high,
writing 0 sets it low.
Example:
PUSH _OEM_CTS
{
DELAY(10);
_OEM_RTS = 1;
}
In this program, the RTS pin will be driven high by the CEN-OEM 0.1-seconds after
the CTS pin is driven high by an external system.
Version:
SIMPL+ Version 2.00

_OEM_STR_IN

Name:
_OEM_STR_IN
Syntax:
Any expression where a BUFFER_INPUT is legal.
Description:
This variable is treated the same as BUFFER_INPUT and reflects data coming into
the CEN-OEM input buffer. The buffer is 255 bytes wide.
Software
®
SIMPL+
355

Advertisement

Table of Contents
loading

Table of Contents