Hey Everyone,
I was hoping for some guidance on getting serial communications working between an Ardunio Leonardo and a Windows Store C# application. The libraries available are much more strict and the documentation on this specific use case is not as extensive as if it were to not involve the Windows App Store, but unfortunately I need the store.
I've been using Universal Serial Bus (USB) - Windows drivers | Microsoft Learn as a guide along with the example project provided on MSDN but I cannot for the life of me get the Leonardo to show up, even after finding the PID/VID and Class/Subclass/Protocol. I'm really hoping someone here has done this sort of thing and can help me get setup so that I can communicate with my device over serial.
Thank You!