avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] New programmer support


From: Joerg Wunsch
Subject: Re: [avrdude-dev] New programmer support
Date: Tue, 5 Apr 2016 08:08:15 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

As Dmitriy Kanareykin wrote:

> Hi! I'm new to this

Так привет, а добро пожалуйвать у нас!

> This is parallel high voltage (with onboard 5-12 converter) programmer
> on atmega168 which uses proprietary Chinese software. The programmer
> is identified by Windows as usbasp (uses the same driver library):
> 
> USB\VID_16C0&PID_05DC&REV_0100
> 
> but avrdude does not see it saying:
> 
> > avrdude.exe: error: could not find USB device with vid=0x16c0 pid=0x5dc 
> > vendor='www.fischl.de' product='USBasp'

Are you sure it functions as a USBasp?

The only known high-voltage implementation in AVRDUDE so far
is STK500v2 (respectively STK600, which is similar in many
respects), so I would expect it to work that way.

Even if they use the USBasp VID:PID pair, they could implement
a virtual serial port on top of that.  You'd have to find out
which port name your OS assigned to it, and then try:

avrdude -c stk500v2 -P comNN: ...

-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]