Oem_Dtr - Crestron SIMPL+ Reference Manual

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

Advertisement

Software
®
352
SIMPL+
Example:
PUSH _OEM_CTS
{
PRINT("CTS Pin has gone high!\n");
}
Version:
SIMPL+ Version 2.00

_OEM_DTR

Name:
_OEM_DTR
Syntax:
_OEM_DTR = <value>;
or any expression that can use a variable as part of its contents.
Description:
When set to a non-zero value, raises the DTR pin high. This pin is typically used to
signify "Data Terminal Ready", which means that the CEN-OEM is telling an
external piece of equipment that it is online and ready to function. The pin may be
used for other purposes (or not at all). This value is treated as a DIGITAL_OUTPUT
and may be read.
Example:
PUSH _OEM_CTS
{
PULSE(500, _OEM_DTR);
}
The above example will pulse the DTR pin for 5-seconds when the CTS line goes
high.
Version:
SIMPL+ Version 2.00
Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

Advertisement

Table of Contents
loading

Table of Contents