puts_P(PSTR(ESC_RESET ESC_BG_WHITE ESC_INVERSE_ON ESC_ERASE_DISPLAY\r
"CDC Host Demo running.\r\n" ESC_INVERSE_OFF));\r
\r
puts_P(PSTR(ESC_RESET ESC_BG_WHITE ESC_INVERSE_ON ESC_ERASE_DISPLAY\r
"CDC Host Demo running.\r\n" ESC_INVERSE_OFF));\r
\r
if ((ErrorCode = USB_Host_SendControlRequest(NULL)) != HOST_SENDCONTROL_Successful)\r
{\r
puts_P(PSTR("Control Error (Set Configuration).\r\n"));\r
if ((ErrorCode = USB_Host_SendControlRequest(NULL)) != HOST_SENDCONTROL_Successful)\r
{\r
puts_P(PSTR("Control Error (Set Configuration).\r\n"));\r
Pipe_Read_Stream_LE(Buffer, BufferLength);\r
\r
/* Clear the pipe after it is read, ready for the next packet */\r
Pipe_Read_Stream_LE(Buffer, BufferLength);\r
\r
/* Clear the pipe after it is read, ready for the next packet */\r