1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[ARDUINO]自分のISPを作ろう。

Last updated at Posted at 2017-08-03

ARDUINOを使うと基本USBを使ってプログラムをアップロードしてますよね

経路

C:\Program Files (x86)\Arduino\hardware\arduino\avr

PROGRAMMERS.TXT

STK500V2をサポートするUSB-SERIAL MODULEをつかいました。

IMG_4637.jpg

PROGRAMMER.TXTを開けて下の内容を追加します。

my_avrisp.name=MY AVRISP
my_avrisp.communication=serial
my_avrisp.protocol=stk500v2
my_avrisp.program.protocol=stk500v2
my_avrisp.program.tool=avrdude
my_avrisp.program.extra_params=-P{serial.port}

結果

TOOL - PROGRAMMERをみると
ARDUINO_01.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?