bugAVR Downloader/UploaDEr - Bugs: bug #42068, New programmer entry

 
 

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

bug #42068: New programmer entry

Submitter:  None
Submitted:  Mon 07 Apr 2014 05:54:07 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Wont Fix Privacy:  Public
Assigned to:  rliebscher Originator Name:  Dmitry Marakasov
Originator Email:  -email is unavailable- Open/Closed:  Open
Release:  None Programmer hardware: 
Device type: 

Fri 14 Nov 2014 12:00:16 PM UTC, comment #1: 

Hi,

it seems that at http://avr.ru/ready/tools/prog/5wire the same name is used for a programmer which uses different pins!

So I think it is not a good idea to add it when users think of different hardware when using it.

It is probably better to inform the users on these web pages mentioned below that "stk200" could be used (as its buff pins 4,5 are not used by the five-wires).

Another solution would be to provide there a specific conf for five-wires, which can be added to the existing conf at the command line:

avrdude -C+five-wires.conf ...

(This -C+ is new in avrdude 6, and appends the conf file to the previous read system/user conf.)

BTW: the correct syntax for avrdude 6 is:

programmer
  id = "five-wires";
  desc = "\"Five wires\" parallel programmer";
  type = "par";                <<<<<<<< is now a string
  connection_type = parallel;  <<<<<<<< is a new option
  sck = 6;
  mosi = 7;
  reset = 9;
  miso = 10;
;

Rene Liebscher <rliebscher>
Group Member
Mon 07 Apr 2014 05:54:07 PM UTC, original submission:  

New programmer entry for simple handmade parallel port programmer widely used by Russian AVR enthusiasts known as "five wires" ("пять проводков"):

Mentions and schematics (Russian, but see images):

http://www.123avr.com/07.htm
http://www.getchip.net/posts/delaem-lpt-programmator-dlya-avr-mikrokontrollerov/
https://www.google.ru/search?q=пять+проводков&tbm=isch

Name translation:

http://translate.google.com/#ru/en/пять%20проводков

programmer
  id    = "five-wires";
  desc  = "\"Five wires\" parallel programmer";
  type  = par;
  sck   = 6;
  mosi  = 7;
  reset = 9;
  miso  = 10;
;

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 rliebscher (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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-11-14 rliebscher StatusNone Wont Fix
        Assigned toNone rliebscher

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code