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
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 "
If user type something wrong it should print "Unknown command"
RGB <red> <green> <blue>
device should set current color to specified one. After execution it should print "Color set toIf you want also implement "HSV " and "help" commands