2. I'm trying to send signals DSR and DCD through the structure and command endpoint, see example USBD_StatusTypeDef USBD_LL_SOF(USBD_HandleTypeDef *pdev) { static uint8_t Buf[0xA]; Buf[0] = 0xA1; Buf[1] = 0x20; Buf[2] = 0; Buf[3] = 0; Buf
Posted on February 14, 2017 at 11:562. I'm trying to send signals DSR and DCD through the structure and command endpoint, see exampleUSBD_StatusTypeDef USBD_LL_SOF(USBD_HandleTypeDef *pdev){ static uint8_t Buf[0xA]; Buf[0] = 0xA1; Buf[1] = 0x2...