PlatformIO Not Allowing Serial Printing

Hi @samiam21, the Daisy needs to have Serial/USB enabled in your program that you’re running.

If you’re in Arduino the settings should look like this:
image

It will show up on a separate COM port when it is on USB.

Hope that helps!