Question
Manage RTS/CTS in VCP mode
Posted on February 11, 2015 at 15:24
Hello,
Can someone tell me if it is possible to manage RTS/CTS signals over USB in VCP mode please ? It seems that the CDC example can receive commands, but what should I do to set these signals in software ?static uint16_t VCP_Ctrl (uint32_t Cmd, uint8_t* Buf, uint32_t Len)
{
switch (Cmd)
{
...
case SET_CONTROL_LINE_STATE:
/* Not needed for this driver */
...
Thanks.