You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CDC device that wasn't working. After some debugging in the CDC driver code, I realised that the IN and OUT interfaces were mixed up. The code assumes the order is always the same.
I have a CDC device that wasn't working. After some debugging in the CDC driver code, I realised that the IN and OUT interfaces were mixed up. The code assumes the order is always the same.
I rewrote it to be like this;
so the ordering of the interfaces no longer matters, it should resolve the In and Out interfaces according to their direction.
Hope this helps someone else stuck with this.
The text was updated successfully, but these errors were encountered: