-
Notifications
You must be signed in to change notification settings - Fork 14
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
Very slow writing speed #13
Comments
Hi! I'm having the same issue with writing/reading LOW speed via FTDI. How are you solving the problem? |
Nope, did not find any workaround. I switch back to version 6.3.1.1. |
Solution: This is a known version of the official MSVC build. Use the MinGW version, but you need to switch the driver to WinUSB using Zadig.
|
https://github.com/mcuee/avrdude/releases/tag/v7.2
If there is need to instal special drivers via some another software, then it is useless. https://github.com/arduino/avrdude-packing/releases/tag/7.2-arduino.1
|
My config file
|
Reference: this is a known issue of avrdude MSVC build. Work-around is to use mingw build (you need to switch driver to WinUSB).
Binary download: |
Hi, i just update from v6.3.1.1 to v7.0 but there is problem with writing speed via FTDI.
v6.3.1.1 is super fast, write whole file under 1s, but v7.0 is so slow and write whole file around 160s.
I tried option -B 100 and -B 200. File was writed under 10s but it is 10× more than on v6.3.1.1.
Is there samo hidden option which i missing?
The text was updated successfully, but these errors were encountered: