/* Must throw away unused bytes from the host, or it will lock up while waiting for the device */\r
while (CDC_Device_BytesReceived(&VirtualSerial_CDC_Interface))\r
CDC_Device_ReceiveByte(&VirtualSerial_CDC_Interface);\r
/* Must throw away unused bytes from the host, or it will lock up while waiting for the device */\r
while (CDC_Device_BytesReceived(&VirtualSerial_CDC_Interface))\r
CDC_Device_ReceiveByte(&VirtualSerial_CDC_Interface);\r