ADwin-Gold II
, Manual February 2013
167
RSxxx interface
RS_Reset
ADwin
RS_Reset
RS_Reset
executes a hardware reset and deletes the settings for all RSxxx
interfaces.
Syntax
#Include
ADwinGoldII.inc / GoldIITiCo.inc
RS_Reset
()
Parameters
- / -
Notes
RS_Reset
sends a reset impulse to the input of the controller
TL16C754. In the data-sheet of the controller 16C754 from Texas Instru-
ments it is described, to which values the registers have been set after
the hardware reset.
After a hardware reset an initialization with
RS_Init
must follow, in or-
der to initialize the controller and to set the interface parameters.
See also
,
Valid for
Gold II-CAN
Example
Rem Please select the appropriate include for ADbasic /
TiCoBasic
#Include
ADwinGoldII.inc / GoldIITiCo.inc
Init:
RS_Reset
()
'Reset RSxxx controller
RS_Init
(
1
,
9600
,
0
,
8
,
0
,
1
)
'Initialization of RSxxx
'interface 1
'with 9600 Baud, without parity,
'8 data bits, 1 stop bit and
'hardware handshake.
T11 TiCo