Hello guys, I am having issues with daisy seed not appearing in port selection for serial monitor. This has problem is both for Arduino IDE and Visual Studio Code. I am on windows 10, and have previously been able to find the port.
I have reinstalled drivers using Zadig which has not helped.
It might be that Windows no longer recognises the Daisy as a usb serial device. When you look under ‘Devices’ in the Windows control panel, is the Daisy there?
Could you post a screenshot after clicking on that ‘Properties’ button? It should bring up a list which includes which COM port the device has been assigned
After “uploading” that Arduino code and with the Daisy Seed still plugged in, what is shown on your Zadig?
By the way, here’s a thread where it sounds like a similar issue was being encountered and the community member was able to eventually get it working here. It may be a different thing, but I figured I should share at least.
the thing described in the thread linked above worked for me (i used to have this problem too until 5 minutes ago). i changed the drivers between winusb and usb cdc until i got it working lmao
I’m so glad to hear that it’s working for you, @dvdtsb!! I know you were troubleshooting this for a while now.
And thank you so much for helping out too with your latest post.
Hi! I’ve also encountered a similar problem now. I’m using VSCode set up with PlatformIO. I followed the steps to set up Zadig, and it seems to show up fine before and after uploading code. After uploading I see it listed as “DAISY_SEED CDC in FS Mode” with drivers “usbser”, and in bootloader mode it shows as “DFU in FS Mode”, with drivers “WinUSB”. After uploading code, a new device appears in Device Manager, as COM5.
I can upload code to it just fine, however when I try to use the serial monitor (either in VSCode using PlatformIO, or using PuTTY) I either get “Access Denied”, or it just stalls.
Do you possibly have a solution for this? I didn’t have this issue previously.