to velbus,
there is a command for memory dump request H’CB’ but i don’t find the command byte when the module sends the memory dump. Is there a missing command? if so for what command byte have i to loof for?
thanks,
Stis
to velbus,
there is a command for memory dump request H’CB’ but i don’t find the command byte when the module sends the memory dump. Is there a missing command? if so for what command byte have i to loof for?
thanks,
Stis
When you send a dump memory command you can expect a series of memory blocks. The memory dump command allows you to read the entire memory of a module without having to send a read memory command for every block.
<- Memory dump
-> Memory block
-> Memory block
-> Memory block
…
vs
<- Read memory block
-> Memory block
<- Read memory block
-> Memory block
…
Some older modules don’t support the memory dump command