Hi @puck-fzi,
In this PR i want to add the configuration checksums to the diagnostics. However this checksum will only be read from the device on startup. We may want to poll it because the configuration could be changed, what do you think?
In the configuration tool of the nanoscan the checksums are read big endian. So to have the same checksum in the driver we should also read it big endian.
Hi @puck-fzi, In this PR i want to add the configuration checksums to the diagnostics. However this checksum will only be read from the device on startup. We may want to poll it because the configuration could be changed, what do you think? In the configuration tool of the nanoscan the checksums are read big endian. So to have the same checksum in the driver we should also read it big endian.