| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FCalib2-0.11.0.zip | 2019-06-18 | 6.0 MB | |
| FCalib2-0.11.0-src.zip | 2019-06-18 | 240.1 kB | |
| README.txt | 2019-05-01 | 2.7 kB | |
| Totals: 3 Items | 6.3 MB | 1 | |
README for FCalib2 Release 0.11.0 ================================= This release supports FREDI 2.0 on ATmega328P FREDI 1.9 on ATmega328P FREDI 1.8 on ATmega328P FREDI 1.7 on ATmega8, ATmega88, ATmega168, ATmega328P FREDI 1.5, FREDI 1.4 and FREDI 1.3 on ATmega8 FRED 1.7 on PIC16F84, PIC16F84A This release overwrites the EEPROM with 0xFF to force FREDI to selftest. It has been tested on WIN7 PRO 64-Bit with AVRISPv2, AVRISPmkII and JTAGICE running AVRDUDE 6.3 driver or later. It will not run properly on WinXP because some path issues. There is some support for STK200 or PonySer programmers, but this is untested. Also Dragon and STK500 has not been tested with this release. Also support for STK500.exe driver is untested in this release. Note: we never tested FREDI on ATmega88, ATmega168. Since release 0.9.0 there is support for old FRED. Use `AdcFromRaw.exe` to create configuration (EEPROM) files from Throttle-ID, adcRawMin and adcRawMax. Installation ------------ 1.) Unzip FCalib2-0.11.0.zip to `C:\Program Files`. This should result in an new folder `C:\Program Files\FCalib-0.11.0` with the file `AdcFromRaw.exe`, `FCalib.exe`, `FCalib2-0.11.0.jar` and more. 2.) Create subfolder `db` in `C:\Program Files\FCalib-0.11.0` and allow access to this folder and contained files to all users. 3.) Create shortcut of `FCalib2.exe` to desktop or startmenu as required. Log Messages ------------ release 0.11.0: - fill EEPROM file with 0xFF to avoid problems with AvrDude and STK500.exe writing EEPROM page (= 4 bytes) wise. This will force FREDI to selftest. - add FCalib2.l4j.ini release 0.10.0: - add support for FREDI 2.0 - fix quotes on parameters - fix path programdata - fix problem with fileVersion (missing $) release 0.9.0: - add support for FRED EEPROM files - added *.exe wrapper for windows start - added FCalib2.exe to start FCalib2 on Windows - added icon - improved initLogging() - launch4j use absolute path to jars - build.xml: generate version from svn property HeadURL, added launch4j task - start-adcfromraw.bat: LOG_DIR=c:\ProgramData\femodcc.sf.net\FCalib2\logs - allow YYYY-MM-DD on CVS import - do not log to console - remove chdir to installation directory in start-adcfromraw.bat - better error messages, return code - skip ihx32 recodes from pickit2 - range of DecoderType (status1) is larger - updated to IntelHexFile 0.2.1 - switch off eclipse warnings about generics - FredSettingsAndInfo: added adcFromRaw() - added main AdcFromRaw + start-adcfromraw.bat - remove support for Java 1.4 and 1.6 - added FredSettingsAndInfo and JUnit Test