Go to file
Thomas Wiedebusch 8b9ccc17dd MeterFile:
- Added '\0' string delimiter to file name, is essential for erase/write and read operation,
- Ignored return from file close write as it is often false and the following read returns a correct answer,
GenesisMeter:
- Removed doubled outputs
MeterRegisters:
- corrected parsing of registers
FrmLutUpdate:
- output of region and frequency,
MeterLutUpdate:
- For comparison of file content after reading back taking the different size of original and receive buffer, which is an integer division by 4, into account.
2022-04-01 14:22:54 +02:00
Common MeterFile: 2022-04-01 14:22:54 +02:00
CRC_CCITT Initial commit 2021-10-01 11:09:20 +02:00
Docu Prepared for LUT downloading, IrDASerialPort changed 2022-03-02 14:24:47 +01:00
GenesisDisplayTool now with better references 2021-10-04 09:36:33 +02:00
MiniPrf Initial commit 2 2021-10-01 11:10:17 +02:00
Pruef2000/source Initial commit 3 2021-10-01 11:11:04 +02:00
ServiceFwUpdate LUT update improvements 2022-03-03 21:47:54 +01:00
TBF_V2 add toss weatherstation 2021-10-04 14:04:07 +02:00
UserGuides Initial commit 4 2021-10-01 11:12:07 +02:00
ZeroFlowTool Initial commit 4 2021-10-01 11:12:07 +02:00
.gitattributes FwUpdateBuilder: - prepared access to outstanding FW update safes, - prepared to access report files 2021-10-28 17:58:29 +02:00
.gitignore FwUpdateLoader: - Check order number, position and PcbId and parse report file to search for "Firmware up to date!" string to mark only successfully performed updates in the PcbId table on the main screen. This keeps the user informed of the status of the "Firmware Update Procedure", if the PcbId is check-marked, this has been successfully updated according to this update order number! 2021-10-15 08:01:23 +02:00