13
5. RS232 Kommunikationsprotokoll
- RS232 communication protocol
5.1
Pin Belegung RS232
- Pin definition RS232
Baudrate: 9600
Daten Bits: 8
Stop Bit: 1
Parität: keine
Delimiter: CR+LF (0Dh, 0Ah)
X ist die ID der Einheit (2-stellig),
Y ist der aktive Eingang
(00=HDBaseT, 01=HDMI, 02=DP,
03=VGA, 04=ShowMe, 05=All)
Baud rate: 9600
Data bit: 8
Stop bit: 1
Parity: none
Delimiter: CR+LF (0Dh, 0Ah)
X is the ID of the unit (2 digits),
Y is the active input
(00=HDBaseT, 01=HDMI, 02=DP,
03=VGA, 04=ShowMe, 05=All)
Befehl
Command
Funktionen
Functions
Geräteantwort
Reply
sta
Statusabfrage
Status request
sps X Y
ops X Y
Aktiviert den (Y/ShowMe/Alle)
Taster der Einheit X
Activates (Y/ShowMe/all) of unit X
Enable Y
cls X Y
Deaktiviert den (Y/ ShowMe/Alle)
Taster der Einheit X
Deactivates (Y/ShowMe/all) of
unit X
Disable Y
(*) sps X (FF-X) Y
Aktiviert Eingang Y der Einheit X
Activates input Y on unit X
sps X Y
ALL (Command)
FFh
Leitet (Command) 0Dh an alle
RS232 Ausgänge weiter
Forwards (command) 0Dh
to all RS232 outputs
Command 0Dh
AX (Command)
FFh
Leitet (Command) 0Dh an den
Ausgang von X weiter
Forwards (command) 0Dh
to unit X RS232 output
Command 0Dh
Beispiele
- Examples:
[TX]sps 01 FE 02<CR><LF>
hex: 73 70 73 20 30 31 20 46 45 20 30 32 0D 0A
[RX]sps 01 02<CR><LF>
hex: 73 70 73 20 30 31 20 32 0D 0A
Schaltet Transmitter 01 Aktiv und auf Eingang 02 (DP).
Activates transmitter 01 and enables input 02 (DP).
[TX]A04 PowerOnFFh <CR><LF>
hex: 41 30 34 20 50 6F 77 65 72 4F 6E FF 0D 0A
[TX on Unit 04]PowerOn<CR>
hex: 50 6F 77 65 72 4F 6E 0D
Schickt „PowerOn“, 0Dh auf dem RS232 Port des Receivers 04.
Sends „PowerOn“, 0Dh to the RS232 port of the receiver 04.
(*) (FF-x) ist die hexadezimale Differenz „FF-x“ –
(FF-x) is the hexadecimal balance „FF-x“