sparkfun / SparkFun_Qwiic_OpenLog_Arduino_Library

Control the I2C based Qwiic OpenLog with ease! This library makes reading, writing, and even arithmetic easy.
Other
17 stars 9 forks source link

Binary data write including 0x00 #23

Open BasharatNOAA opened 5 months ago

BasharatNOAA commented 5 months ago

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