I replaced the IC of my original Blinkstick and programmed the firmware onto it with AVRdude using:
avrdude -c avrisp -P COM3 -p t85 -b 19200 -U flash:w:hqdkdTzX.hex:i
avrdude -c avrisp -P COM3 -p t85 -b 19200 -U hfuse:w:0xdd:m -U lfuse:w:0xe1:m
It connects via USB properly and shows up in the Blinkstick client but its name and serial number is ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ and I can’t use it with the client or a python script. Did I mess something up when programming it or do I just need to update a descriptor or something? Thanks.