OpenLog Datalogger is unable to accept the bytes in binary form including 0x00. It does accept the bytes except 0x00. It stops taking bytes after 0x00, I believe it is using strlen for calculating the length of writing bytes.
I have own write and read functions for artemis module, I am not using Arduino.
The firmware for OpenLog needs to be upgraded for accepting binary data in its full form including 0x00. is there any fix for this ?
Subject of the issue
OpenLog Datalogger is unable to accept the bytes in binary form including 0x00. It does accept the bytes except 0x00. It stops taking bytes after 0x00, I believe it is using strlen for calculating the length of writing bytes.
The firmware for OpenLog needs to be upgraded for accepting binary data in its full form including 0x00. is there any fix for this ?
Any help would be appreciated.
Thanks