FASTUSBasp

This is the fast avr programmer for AVR MCUs based on cheap stm32f103c8t6 board with usb-to-serial support.

View the Project on GitHub

udev rules for fastusbasp

Copy fastusbasp.rules to /etc/udev/rules.d/ and then restart the udev service, by running below command.

Ubuntu

 `sudo /etc/init.d/udev restart`   ### Arch linux
 `udevadm control --reload`