[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-chat] could not find USB device "USBasp" with vid=0x16c0 pid=0x
From: |
Joerg Wunsch |
Subject: |
Re: [avr-chat] could not find USB device "USBasp" with vid=0x16c0 pid=0x5dc |
Date: |
Tue, 5 Jul 2011 20:44:50 +0200 (MET DST) |
dmitry chernov <address@hidden> wrote:
> Hi people! I get this error when I am trying to flash my usbasp
> device. But my device has pid 0x5df and vid the same 0x16c0. Where
> avrdude gets vid and pid? How to change them to proper ones?
The following identifiers are hardcoded in AVRDUDE's usbasp.h:
/* USB identifiers */
#define USBASP_SHARED_VID 0x16C0 /* VOTI */
#define USBASP_SHARED_PID 0x05DC /* Obdev's free shared PID */
#define USBASP_OLD_VID 0x03EB /* ATMEL */
#define USBASP_OLD_PID 0xC7B4 /* (unoffical) USBasp */
#define USBASP_NIBOBEE_VID 0x16C0 /* VOTI */
#define USBASP_NIBOBEE_PID 0x092F /* NIBObee PID */
As the code has been contributed by Thomas Fischl himself, you
might want to contact him on this.
Of course, if you just change your personal version, you could
at least get it going for now.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)