Appu82

upload_2_ATMEGA328-PU_VIA_isp.BAT

Aug 9th, 2020
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. REM upload_2_ATMEGA328-PU_VIA_isp.bat
  3. REM Upload an Arduino compiled HEX file to an Arduino or a comatible board
  4. set path="C:\Program Files (x86)\Arduino\hardware\tools\avr\bin";%path%;
  5. @echo on
  6. avrdude -F -v -v -v -c stk500v1 -p m328 -P COM3 -b 19200 -D -U flash:w:"Blink.hex":i
  7. cmd
  8.  
Advertisement
Add Comment
Please, Sign In to add comment