avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] USBasp Programmer with Wrong PID/VID


From: Joerg Wunsch
Subject: Re: [avr-chat] USBasp Programmer with Wrong PID/VID
Date: Sun, 15 Jun 2014 10:13:58 +0200 (MET DST)

=?utf-8?B?6YOt5LqR6bmk?= <address@hidden> wrote:

> SGksIEkgYW0gdXNpbmcgYXZy

(Is there any reason for scrambling plain ASCII contents as base64?)

> How to resolve 
> this problem by configuration?

Recent versions of AVRDUDE allow for specifying the VID/PID in
avrdude.conf:

programmer
  id    = "nibobee";
  desc  = "NIBObee";
  type  = "usbasp";
  connection_type = usb;
  usbvid     = 0x16C0; # VOTI
  usbpid     = 0x092F; # NIBObee PID
  usbvendor  = "www.nicai-systems.com";
  usbproduct = "NIBObee";
;

-- 
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]