Hello, I know this has been a problem in the past, but I was writing code for my Teensy 3.6 that used the serial monitor a lot and I must have tried to download my code too many times in a row very quickly and suddenly Windows couldn't recognize the USB device. When I checked the Device Manager, I saw that the error was "Code 43."
I saw on this forum that you should completely shut down, take out the battery in your laptop and wait a few minutes. I've done that but it was unsuccessful. I also tried updating the USB devices in Device Manager, but it didn't work.
Hello, I know this has been a problem in the past, but I was writing code for my Teensy 3.6 that used the serial monitor a lot and I must have tried to download my code too many times in a row very quickly and suddenly Windows couldn't recognize the USB device. When I checked the Device Manager, I saw that the error was "Code 43."
I saw on this forum that you should completely shut down, take out the battery in your laptop and wait a few minutes. I've done that but it was unsuccessful. I also tried updating the USB devices in Device Manager, but it didn't work.
Any suggestions?
Thanks!
pressing the program button exactly 15 sec. (between 13 and 17) , does this help?
For the most part I don't think anything changed in this beta except to support this release.
Thanks for the link! It installed and the Code 43 went away. Now it is Code 10, saying that the device cannot start. I think my teensy burnt out. Thanks for all of your help though, I might just need to buy a new one.
Have you tried holding the button while you plug the cable in? This prevents any previously loaded bad code from being able to run, and then it goes directly into bootloader mode when you release the button. Make sure Teensy Loader is *not* in auto mode, so it doesn't immediately reprogram your Teensy with the same thing.
Have you tried holding the button while you plug the cable in? This prevents any previously loaded bad code from being able to run, and then it goes directly into bootloader mode when you release the button. Make sure Teensy Loader is *not* in auto mode, so it doesn't immediately reprogram your Teensy with the same thing.
I gave up and was writing other code with the teensy plugged in and suddenly it started working again! I might have done what you just suggested by mistake, I kept trying to reset the teensy by holding the button every once in awhile.