visomat-data-downloader: increase the eeprom buffer size
authorAntonio Ospite <ao2@ao2.it>
Thu, 14 Jan 2016 14:06:42 +0000 (15:06 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 18 Jan 2016 11:14:09 +0000 (12:14 +0100)
commite1d3986c78a172b4120056f03d4e2140bba0315b
tree57333ee48198d8f889979ba154cb2bb655bee59f
parent802162fefcce3cda9325199d2fde2e897408e90a
visomat-data-downloader: increase the eeprom buffer size

Apparently the device can store up to 60 records per user, for 2 users,
and each record is 20 bytes.

Considering that the data has some header info like:

  M160...M260...

the buffer must be at least:

 (20 * 60 * 2) + 8 + 2  = 2410 bytes

Finally, the extra 2 bytes are the STX and ETX bytes.

Increase the buffer size to 4096 bytes to be safe.

Thanks-to: Cornelis Broeders <cornelis.broeders@web.de>
src/visomat-data-downloader.c