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. ;-) _______________________________________________ avrdude-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avrdude-dev
