Trel725 / chavrprog

AVR programmer based on Chinese ch341a
GNU General Public License v3.0
59 stars 19 forks source link

It's working, pretty good #2

Closed JuncoJet closed 7 years ago

JuncoJet commented 7 years ago

My gamebuino is broken, lost the bootloader, now fix it myself. ch341 win

On the cygwin it not work. But on the Linux it work well. linux gamebuino

Trel725 commented 7 years ago

The problem in Windows is connected with some hardware-dependent functions which are available in Linux kernel but not in Windows. Unfortunately, I am very bad in Windows system, so I did my best by compiling it for cygwin. It is possible to get it running on Windows, but it need some weird magic with drivers, which I can't understand.

P.S. Thank you for your reply, JuncoJet. I am happy that my little project was helpful for someone else.

HilmarSt commented 5 years ago

I know that is was 2 years ago, but I had the same issue which can be solved with Zadig by replacing the CH341driver which was installed with CH341PAR.exe with libusb. Be aware that ASprogrammer (for writing SPI flash chips) does not work after this - libusb has to be uninstalled to re-enable AS Programmer.