Readme.txt

(7 KB) Pobierz
------------------------------------------------
PonyProg - Serial Device Programmer  v1.13d Beta

PonyProg comes with a user friendly GUI framework available for Windows95, 98 & NT
and Intel Linux. Its purpose is reading and writing every serial device.
At the moment it supports I²C Bus, Microwire, and SPI eeprom and the flash
ATMEL AVR AT90SXXXX, AT89SXX microcontrollers, and PIC micro.
PonyProg needs a very cheap and simple hardware. But if you don't want to make it
yourself, you can email me and ask for a pcb ready to use.
You can send well documented bug reports to
lanconel@cs.unibo.it with the subject "PROG BUG REPORT". 

--------
Features
- Support 2402, 2404, 2408, 2416 I²C Bus EEPROM.
- Support 2432, 2464, 2465, 24128, 24256, 24512 I²C Bus EEPROM.
- Auto detect 24XX EEPROM capacity 
- Support 24325, 24645 I²C Bus EEPROM.
- Support Siemens SDE2526, SDA2546, SDA2586, SDA3546, SDA3586   EEPROM (as 24XX Auto).
- Support Siemens SDE2506
- Detect the bank roll over capability of some old 24XX EEPROM.
- Support AT90S1200, AT90S2313, AT90S4414, AT90S8515 Flash microcontrollers
- Support AVR mega microcontroller
- Auto detect AVR microcontroller type
- Write lock bits to protect the AVR microcontroller from reading
- Write both the Flash and EEPROM memory of the AVR micro in one shot
- Support the AT89S8252 and AT89S53 micro
- Support 93C06, 93C46, 93C56, 93C66, 93C76, 93C86 Microwire EEPROM (C and LC series,
  the CS serie is not supported yet).
- Support 93C13 (as a 93C06) and 93C14 (as a 93C46) Microwire EEPROM
- Support PIC 16C84/16F84 microcontroller
- Support 25010, 25020, 25040 SPI EEPROM
- Support 25080, 25160, 25320, 25640, 25128, 25256 Big SPI EEPROM
- Read Intel hex format file as well as raw binary file.
- Read Motorola S-record format file
- Features a custom E²P format file to store the EEPROM characteristics, an editable
  comment and memory content all together with CRC. 
- Enhanced buffer edit, text and hexadecimal.
- Work with Windows95, Windows98, WindowsNT and Linux.
- Work with "ludipipo" and AVR ISP hardware.
- Easily adaptable to any new hardware interface.

Note!!!!
New devices routine (Big SPI eeproms, 25C645 and AT89Sxx) are all untested
because I don't have any device to test yet.

=======
TODO (PonyProg is still under development)
=======
- Automatic BogoMIPS calibration
- Add 8 bit organization microwire eeprom
- Setup window to change the write page size for 24xx eeprom
- Write flash and eeprom separately in the AVR
- Add color to highlight differences after a verify
- Hex Intel and Motorola S-record file saving
- Add SX Parallax micro
- Add NVM3060 (IMBUS)
... any suggestions are welcome

=======
History
=======

v 1.13d
-------
Corrected a bug in the read/write I2CBus eeproms like 24C645 and
24C256 introduced in v1.13b.

v 1.13c
-------
Improved the ATmega programming routines.
Corrected a bug in the selection of the EasyI2C interface in
the setup dialog.

v 1.13b
-------
Added the Big SPI eeprom, the AT89Sxx micro and the 24XX5 eeprom.
Added the motorola S-Record format (only read, not write).
Corrected a bug in the AVRmega programming due to the poor documentation.

v 1.12r
-------
Added the capability to inverts at run-time all the line (thanks to Uwe Bonnes).
Now work with "ludipipo" hardware. Added the AVR ISP parallel interface.
The test in the configuration dialog now works. (But need a little 
modification at the hardware: PIN 6 and 7 connected together, look at
the schematics for more info).

v 1.12h
-------
Added the SDE2506 eeprom.

v 1.12g
-------
PonyProg can use the API or direct I/O (selectable through the
interface dialog). direct I/O is faster than API, but don't
work with Windows NT.

v 1.12e
-------
Added the abort button and the progress bar during the read/write operations.
Corrected a bug that slowing the read of 2432-512 eeproms.

v 1.12c
-------
Now if a serial port is not available the COM radio button is not
activated, and if you try to read/write report an error.

v 1.12b
-------
Added some shortcuts.
Corrected a bug when loading of a file from the command line
argument (or drag a file on the PonyProg icon). Now it ask to
save a modified buffer also when you load a new file.

v 1.12a
-------
Added the lock and reload icons in the toolbar.
Added the two last opened file in the file menu.
Now record the device type in the .INI file.

v 1.11b
-------
Now it ask if you want to save when exit the program with a modified
buffer. Improved the AVR programming speed.

v 1.11a
-------
COM access through the API's. No more use direct port I/O.
Open the serial port before any op and close it at the end, so
the mouse don't freeze anymore with some PC. Added the multibyte
edit facilities. Changed the PIC read/write algorithms.
Added text colors.

v 1.10f
-------
Added the text edit buffer (by clicking in the ASCII rapresentation)
Added the * in the status bar for a modified buffer.

v 1.10d
-------
Added some SPI eeproms.
Corrected a bug in the edit buffer introduced in v1.10c.

v 1.10c
-------
Now the 24C65 Write security and Write high endurance block are
fully usable. Added the dialog box to enter these value.

v 1.10b
-------
Added the PIC16F84/PIC16C84. Corrected the Microwire reading
algorithm to extend the compatibility to all the 93Cx6 eeproms.

v 1.09j
-------
Added tooltip-text. Added programming lock bits in the AVR. Autodetect
AVR type. Some bug fixes.

v 1.09b
-------
Added support for microwire eeproms, and support for security bits in
the 24C65 model.

v 1.08b
-------
Corrected a "swap byte into word bug" for Atmel AVR. The intel hex
format is little endian, so PonyProg have to be too.


-----------------------------------
Copyright, Licensing and Donations

PonyProg is copyright by Claudio Lanconelli. PonyProg is free
software, you can freely copy and redistribute it if no fee is
charged for use, copying or distribution. Is not required any
payment to the author; however the author would welcome any
donations.

PONYPROG IS PROVIDED TO YOU "AS IS," WITHOUT
WARRANTY. THERE IS NO WARRANTY FOR THE
PROGRAM, EITHER EXPRESSED OR IMPLIED,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE
QUALITY AND PERFORMANCE OF THE PROGRAM IS
WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
YOU ASSUME THE COST OF ALL NECESSARY
SERVICING, REPAIR OR CORRECTION.

IN NO EVENT THE AUTHOR WILL BE LIABLE TO YOU FOR
DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
DATA BEING RENDERED INACCURATE OR LOSSES
SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE
OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

PonyProg is statically linked with the V library. The V library is
copyright by Bruce E.Wampler and it's distributed under a
different license, the GNU GPL. You can find the V library and
related license at http://www.objectcentral.com.

-----------------------------
Downloading and Installing

PonyProg for Windows95
1) Create a new directory named C:\PONYPROG
2) copy the file just downloaded to C:\PONYPROG 
3) unpack it (with WinZip or pkunzip)
4) copy lptcon.vxd to C:\WINDOWS\SYSTEM
5) copy PonyProg.lnk (the link) on the desktop.

-------------------
Send donations to:

Claudio Lanconelli
via Minardi, 10
48022 Lugo (RA)
Italy

E-mail: lanconel@CS.UniBO.it

You can download last version of PonyProg from my home page:
http://www.cs.unibo.it/~lanconel
Zgłoś jeśli naruszono regulamin