Reading drromimage.bin
Brought to you by:
bwthorp,
rickciervo
I found out that if you reanme a eeprom.bin file and
call it drromimage.bin you may read this file as it was
a data reocorder.
Using the logger.dll version 36, It seems to get an
connection to the file, but fails in my first call
which is GetDeviceVersion and in my next call
GetDeviceDataSize before it tells me that the Data
recorder is empty
Is there any documentaion on this.
Do I Open the connection to the file in some special way ?
Logged In: YES
user_id=368106
This was never really added for external users. It was more of
a debugging feature and therefore it was never added to all of
the API calls. The way around this is to turn off the message
box displays just before calling either of these API calls (by
calling SuppressInternalBoxes). As for data size, internally
we always max out to twice the memory of the data recorder
(128 Kb - so we allocate 256 Kb).