It's a small go program which allows you to control some basic aspects of your benq beamer(Tested only with Benq TH682ST).
Currently supported:
- Power off/Power on
- Volume Up
- Volume Down
- Brightness Down
- Brightness Up
Compile it and run it with:
packr2
go build
./go-benq-remote /dev/ttyUSB0 115200 ":4001"
First parameter is your serial interface, second baudrate and last one the listen address of your webserver.
Attention: In the above configuration the server will listen on all interfaces! No auth supported