Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the problem of unusable programming port for some Due boards #123

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2021

  1. Update Arduino-usbserial.c

    Fix the unusable programming port by making the erase time longer (250ms->500ms). 
    According to the datasheet, the recommended erase time is greater than 220ms. In most cases the original program should be OK. However, in my case, the uploading is almost 90% fail rate (Device not found at comx port...). But I can manually press the erase button before the uploading, and it works well. After the proposed changes, the programming port works as expected and I no longer necessary to hit the erase button.
    zhengqi-wang authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d6af1e4 View commit details
    Browse the repository at this point in the history
  2. Update readme.txt

    Fix some mistakes and add some information to make it easier for future developments.
    zhengqi-wang authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    759b7b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from zhengqi-wang/zhengqi-wang-patch-2

    Update readme.txt
    zhengqi-wang authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fbf1fe7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from zhengqi-wang/zhengqi-wang-patch-1

    Update Arduino-usbserial.c
    zhengqi-wang authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b50a2e9 View commit details
    Browse the repository at this point in the history
  5. fix the unusable programming port for some boards

    make the erase time longer to fix the unusable programming port for some board
    zhengqi-wang authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    288002f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28d21e6 View commit details
    Browse the repository at this point in the history
  7. Fix the unusable programming port for some boards

    Make the erase time longer to fix the unusable programming port for some Arduino Due boards.
    zhengqi-wang authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    2259dde View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Update README.md

    zhengqi-wang authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    e8baa0b View commit details
    Browse the repository at this point in the history