Tesmart KVM have a RS232 connection that can be used to switch inputs remotely.
Example compatible hardware
- HKS0802A1U
- USB to RS232 Adapter (Any should work, but I use this one )
Connect 3 pins from the DB9 connector to the 3 pin connector on the back
- Install RealTerm
- Figure out your com port by going to device manager
- Connect using baud rate
9600
If you press a button on the KVM, you should see output in the terminal
set ch is 1
set chs is 1
Querry pc LED
Write EEPROM
To write data, consult the hex chart in your manual
TODO: Document screen
on mac
Consult the chart above. In realterm add 0x
before each letter and send to device
For example, to switch to input 1, the manual says to use command
AA BB 03 01 01 EE
Translate that to
0xAA 0xBB 0x33 0x11 0x11 0xEE
Then type it into the terminal on the 'Send' Screen
TODO: Document writing data
More documentation here: https://github.com/spuder/Tesmart-KVM