Mexahoid / ESTC-project

Repository for main ESTC 2021 project
0 stars 0 forks source link

Implement cli interface #22

Closed Mexahoid closed 3 years ago

Mexahoid commented 3 years ago

Implement cli interface using CDC ACM It should open COM port This COM port should have echo functionality (shows what you type) If user types command RGB <red> <green> <blue> device should set current color to specified one. After execution it should print "Color set to " If user type something wrong it should print "Unknown command"

If you want also implement "HSV " and "help" commands