Vafo / ESTC-project

ESTC Main Project
0 stars 0 forks source link

Implement serial interface base #40

Closed Vafo closed 1 year ago

Vafo commented 1 year ago

It should open COM port This COM port should have echo functionality (shows what you type) Supported commands:

`RGB <red> <green> <blue>` - the device sets current color to specified one. After execution it prints "Color set to R=<red> G=<green> B=<blue>".
`HSV <hur> <saturation> <value>` - the same with RGB, but color is specified in HSV.
`help` - print information about supported commands.

If user type something wrong it should print "Unknown command"