![Seatronx RVT-7 User Manual Download Page 26](http://html1.mh-extra.com/html/seatronx/rvt-7/rvt-7_user-manual_1229427026.webp)
26
3.3.3 GPIO Specification
R
VT-7 GPIO specification Descriptions
PINs
Wire
Color
Description
Logic
Symbol
Min
TYP. Max
Unit
Note
GPIO1 Red
Digital Input
VIH
3
5
25
V
Positive Trigger
input
VIL
0
0
0.6
V
GPIO2 While
Digital Input
VIH
3
5
25
V
Positive Trigger
input
VIL
0
0
0.6
V
GPIO3 Green
Digital
Output
VOH
3
-
4
V
Internal weak
pull-up
VOL
0
-
0.1
V
GPIO4 Yellow
Digital
Output
VOH
3
-
4
V
Internal weak
pull-up
VOL
0
-
0.1
V
GND
Black
Ground
Note:Black wire (Ground) should be connected to common ground of connecting devices.
3.3.4 GPIO_DEMO Instruction
a)
Introduction
This software is only used for reference when developing GPIO functions of
device, and it isn't suitable for factory's standard software.
b)
GPIO_DEMO Main Interface
Figure 2-1
c)
Introduction of Main Components
The part marked with a red box in Figure 2-2. The "Name" in the first column
means the port names of GPIO. The "Direction" in the second column means
the input or output direction of the ports (Ps: It uses drop-down list control to
match the Direction value of corresponding GPIO ports with the actual situation
of device, ensure that the test software works normally, but not available for
adjusting the input or output state of the GPIO ports.). The "State" in the third
column means the current level state of the GPIO ports, it used to show the
level state of corresponding GPIO ports read by the software last time when
the direction of GPIO port is IN; The buttons on State column can set the level
state of corresponding GPIO ports when the direction of GPIO port is OUT.