bugAVR Downloader/UploaDEr - Bugs: bug #59420, No PORT number

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #59420: No PORT number

Submitter:  None
Submitted:  Thu 05 Nov 2020 05:53:41 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Need Info Privacy:  Public
Assigned to:  None Originator Name:  Zisu Patriche
Originator Email:  -email is unavailable- Open/Closed:  Open
Release:  6.3 Programmer hardware:  USBasp
Device type: 

Thu 05 Nov 2020 08:36:55 PM UTC, comment #1: 

There is no option to specify a "port" number. USB works by walking through all attached devices, and look for the VID/PID combination you're seeing in the message. The first one found is then used.

(For some other programmers, an additional serial# could be provided, to disambiguate multiple attached programmers. USBasp doesn't offer a serial number feature though.)

In your case, there's simply no matchinng device found.

Since you're using Windows: make sure you have been setting up libusb correctly. Unlike non-Windows systems (where all devices with appropriate permissions are always found), on Windows, you explicitly have to assign any desired device for libusb usage.

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 05 Nov 2020 05:53:41 PM UTC, original submission:  

error:
vrdude.exe: Version 6.3, compiled on Feb 17 2016 at 09:25:53
             Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
             Copyright (c) 2007-2014 Joerg Wunsch

             System wide configuration file is "avrdude.conf"

             Using Port                    : usb:040
             Using Programmer              : usbasp-clone
avrdude.exe: error: could not find USB device with vid=0x16c0 pid=0x5dc

avrdude.exe done.  Thank you.

I tested any possibilities. My port on desktop (z640) and win10 is Port_#0011.Hub_#0003 How to translate in -P usb:???

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-11-06 joerg_wunsch StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code