+\r
+ /* Write the string to the virtual COM port via the created character stream */\r
+ fputs(ReportString, &USBSerialStream);\r
+\r
+ /* Alternatively, without the stream: */\r
+ // CDC_Device_SendString(&VirtualSerial_CDC_Interface, ReportString, strlen(ReportString));\r