Qwiic USB Development Kit Hookup

I have https://www.sparkfun.com/products/24639 and I’m not sure how it’s used. When I plug it into my computer a drive shows up and a COM port. The drive just has a few files on it. I’ve used putty (at 9600Baud) to connect but nothing seems to go through or come back. I have tried two different Qwiic devices connected. The Gethub has a list of contents that include “/Firmware - Example code” but I can’t find any folders like that. Am I missing something?

Thanks

We generally don’t have much for SparkX products, but I did at least find this https://github.com/sparkfunX/Qwiic_USB_Bridge/issues/2 which just uses it like a normal arduino sketch for SAMD21, try replicating that sketch (while using SerialUSB.print() as mentioned in the replies/comments)