EasyManua.ls Logo

Crestron SIMPL+ - Oem_Rts; Oem_Str_In

Crestron SIMPL+
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Crestron SIMPL+
®
Software
Language Reference Guide - DOC. 5797G SIMPL+
®
z 355
_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.

Table of Contents