Re: timeouts on USB ISP programmer

Hans Petter Selasky <[email protected]> Thu, 7 Apr 2022 15:26:02 +0200
Newsgroups gmane.os.freebsd.devel.hardware
Message-ID <[email protected]>
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