User Activity

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...