reto271 / DataLoggerHeating_Luxtronik

Monitors Heating Data of a Luxtronik Heating Controller. Monitores, stores compact as binaries, converts to CSV and graphically displays.
GNU General Public License v3.0
1 stars 0 forks source link

Blocked if the Heating sends all data at once #12

Closed reto271 closed 4 years ago

reto271 commented 4 years ago

Usually the heating control sends 4 bytes followed by 1004 bytes. If the controller sends the whole 1008 bytes at once the current implementation gets blocked, because it waits for a second frame.

------------------------------------------------------
Rec nr bytes: 4
Rec nr bytes: 1004
Current time: 1583978520 / 0x5e699818 --- Thu Mar 12 03:02:00 2020
getNumberOfEntries: 69
------------------------------------------------------
Rec nr bytes: 1008
---> Here the SW got blocked
reto271 commented 4 years ago

No longer an issue.