vonnieda / AVRFuses

A simple, graphical AVR fuse editor front end for avrdude
Other
62 stars 12 forks source link

Can't run with AVRDude 8.0 #17

Closed dimitar-a-dimitrov closed 1 month ago

dimitar-a-dimitrov commented 2 months ago

I noticed that there is something wrong when using AVRDude 8.0. The app issues FAILURE in the log form. I debugged it and figure out that there is a case sensitive search for the string Version. However on AVRDude 8.0 it prints version - all lower case. So the fix should be in AVRFuseController.m, at line 427, as follows:

range = [line rangeOfString: @"version" options:NSCaseInsensitiveSearch];

I tried to create PR but there was a drama with my credentials.

Best regards

jon-daemon commented 1 month ago

I also have avrdude 8 installed and I cannot use it with a usbasp clone I tried.

dimitar-a-dimitrov commented 1 month ago

I also have avrdude 8 installed and I cannot use it with a usbasp clone I tried.

Can you try to debug in Xcode to see what is failing, @jon-daemon ?

jon-daemon commented 1 month ago

I don't have it installed currently. I grabbed a previous avrdude version from Arduino app and it's working with that.

vonnieda commented 1 month ago

Thanks @dimitar-a-dimitrov - new release at https://github.com/vonnieda/AVRFuses/releases/tag/v1.6.2