=?utf-8?B?6YOt5LqR6bmk?= <[email protected]> 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. ;-)

_______________________________________________
AVR-chat mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to