Device | Identifier | Description |
---|---|---|
3M X55 | x55 |
Projector with serial interface |
- In the repository root, run
go mod tidy
to install dependencies. - Start the server with
go run .
Option | Description | Default value |
---|---|---|
--port |
Port to listen on | 8888 |
--path |
Path of serial device | /dev/ttyUSB0 |
--device |
Device type | x55 |
You can run the server with 'hot reload' using air
:
go install github.com/air-verse/air@latest
air