Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

11
  • 1
    No Arduinos since the Arduino Serial have a real serial port. They all leave it to the USB-UART bridge (if any) to handle anything beyond RX and TX. Commented Jun 26, 2017 at 15:31
  • Strange, I (and many others) have never had such problems with the Leonardo not the other 32U4 based boards. Commented Jun 26, 2017 at 16:01
  • 2
    Your problems are likely caused by loading bad sketches. A more productive question would focus on the means of recovering from this, ie, identifying a reliable way reset the board and stay in the bootloader to erase the bad sketch. Commented Jun 26, 2017 at 17:46
  • 1
    @Cerin, I hear you. In linux, with an old Leonardo bootloader or third party bootloader, and a wrong sketch, and something called 'modemmanager' in linux, it is a real problem. In Windows and with a recent bootloader, it is working 100% okay. Do you have a programmer, and did you burn the bootloader with the Arduino IDE ? In linux, remove the 'modemmanager'. Yes, the sketch can be a problem when sending too much to the usb serial port. It could block something, preventing a restart of the bootloader. Commented Jun 26, 2017 at 19:29
  • 1
    A flawed sketch will not prevent reprogramming of an Uno; the same code on a Leonardo will prevent the logic that can intercept programming requests after the start of a user program from doing so. But it's still a badly written sketch. Commented Jun 26, 2017 at 20:29