What programmer SOFTWARE to use?

Hi,

I have been out for a while and when strarting things up again, things go wrong.

My previous topic: Handling fuses in BitBurner
( using a USBAP programmer )

( before continuing: pc has got a clean new install etc etc )

bitBurner
Tried installing bitBurner but it wants you t install .NET framework 3.5
What ever I installed, bitburner keeps asking for this framework.

extremeBurner
Keeps asking about libus0.dll
Tried a lot of things , bu gave up.

other burners
imposible to download...

If I need to purchase a other hardware ( and software? ), it's not a problem I want to get things work one's and for all!

Can anyone help me?

Tnx in advance!

Give us a clue, rather than a link, what do you want to program, which Arduinos etc ?

Tnx for reply.

Briefly history:

I'm using Arduino's ( 2560, 328 etc ). Those I program via USB and the onboard Ch340/CH341 chip.
To get the HEX file on the Arduino, I'm using XLoader. Things go fine! No problem
Later I started building own pcb's with an AVR chip on it, like ATtiny44.
Purchased a USBAP and started using bitBurner and ISP.

NOW, 2 years later I want to start up things again but I don't get butBurner at work due of
those .NET framework 3.5 issues. Whatever I did, I don't get bitBurner to work.
Even did clean W10 install.
Alway ask for installing that framework. Even when it's installed.
Tried extremBurner but got issues with missing file libus0.dll
Finaly gave up...

So, the question is: is there an alternative ISP programmer ( software ) what;s easy to download?
Maybe in combination with another SIP-programmer ( hardware ).

Marcel

Best thing is to just use the Arduino IDE. Sure you have to compile the sketch rather than just uploading the precompiled .hex file, but unless you are mass programming boards it really doesn't matter.

If you are set on not having to compile, there are a couple other options:


Arduino CLI:

https://arduino.github.io/arduino-cli/latest/


AVRDUDE. You get a copy of it with your installation of the Arduino IDE, or you can download the program alone here:
http://download.savannah.gnu.org/releases/avrdude/
Documentation here:
https://www.nongnu.org/avrdude/user-manual/avrdude_4.html#Option-Descriptions

I use AVRDUDESS and a Pololu programmer.

Tnx!

First I will give AVRDUDE(SS) a new try and try again to solve the
libusb0.dll issue.

I forget to mention that I ONLY need a programmer ( hardware and software ).
Writing the code itself, I do by mikroe's mikroPascal! ( I grew up with Turbo PAscal )
And this creates the HEX files!

Kind regards.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.