Re: timeouts on USB ISP programmer

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Thu, 07 Apr 2022 13:26:02 UTC
On 4/7/22 14:12, Hans Petter Selasky wrote:
> On 4/7/22 13:33, Axel Rau wrote:
>> Hi all,
>>
>> my DIAMEX-AVR-USB gets timeouts while talking to the target:
>> - - -
>> root@home2l:/ #    avrdude -c stk500v2 -p t85 -P /dev/cuau1 -t -v -i 10
>>
>> avrdude: Version 6.4
>>           Copyright (c) Brian Dean, http://www.bdmicro.com/
>>           Copyright (c) Joerg Wunsch
>>

Try:

-P usb

See manual page:
 >		port can alternatively be
 >                   specified as usb[:serialno].  This will  cause 
avrdude to
 >                   search the programmer on USB.


--HPS