Skip to content

CNCBASHER/usb2can_firmware

 
 

Repository files navigation

Firmware for 8 devices USB2CAN converter

Note

THIS SOFTWARE COMES WITHOUT ANY WARRANTY!

License

License can be found at the top of every source file.

Build the Firmware

You need "IAR Embedded Workbench for ARM" for building the sources.

Flash the device (Windows)

  • Install "DfuSe Demonstrator"
  • Press the button with a paper clip while connecting to USB port
  • Flash new Firmware with "DfuSe Demonstrator"

Flash the device (Linux, Experimental)

./autogen.sh
./configure
make
make install
  • Press the button with a paper clip while connecting to USB port
  • Flash new firmware as root
    dfu-util -d 0483:df11 -a 0 -D usb2can_1_5.dfu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published