CDC device status sending: default setting is too small
Default USB settings for command packet size is 8U (CDC_CMD_PACKET_SIZE), meanwhile, if we want to change "hardware flow control" flags, we need to send 10 bytes command packet. (for 32F103)If CDC_CMD_PACKET_SIZE is redefined in cubeMX package, I rec...