![HighSecLabs FT10N-N User Manual Download Page 4](http://html1.mh-extra.com/html/highseclabs/ft10n-n/ft10n-n_user-manual_2130859004.webp)
RS232 Protocol Convertor
| USER MANUAL
Programming
4
Programming the protocol convertor:
1.
RS232 parameters:
Speed – 115200bps
Data bits – 8
Stop bits – 1
Parity – None
Flow Control – None
2.
FT10N-N Commands:
All commands must start with #
All HSL commands for Combiners and KVM starts with the
following commands:
#ANATR – R CTRL | R CTRL
#ANATL – L CTRL | L CTRL
#ANATR F11 – R CTRL | R CTRL | F11
#ANATL F11 – L CTRL | L CTRL | F11
To complete the command, use the HEX characters form this
table:
Command
Hex Code
#define KEY_NONE
00
#define KEY_A
04
#define KEY_B
05
#define KEY_C
06
#define KEY_D
07
#define KEY_E
08
#define KEY_F
09
#define KEY_G
0A
#define KEY_H
0B
#define KEY_I
0C
#define KEY_J
0D
#define KEY_K
0E
#define KEY_L
0F
#define KEY_M
10
#define KEY_N
11
#define KEY_O
12
#define KEY_P
13