2 thoughts on “How to increase IIC.readwrite length”
Dear Sir,
Part – GL868-DUAL
F/w – 10.01.18
Processor – Module built in processor, Python interpreter
Issue – How to read and write 256 byte page of EEPROM (M24M02)
We want to read and write 256 byte data on EEPORO memory as it has 256 bytes page, but GL868-DUAL Python IIC built in a library has 0-254 byte length only.
So tell me how to increase the IIC.readwrite built in library length size to use EEPROM full page?
Thanks,
Diwakar
Hi diwakar,
I supose the only solution is to read it by block of lengtjh lower than 254 B
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Dear Sir,
Part – GL868-DUAL
F/w – 10.01.18
Processor – Module built in processor, Python interpreter
Issue – How to read and write 256 byte page of EEPROM (M24M02)
We want to read and write 256 byte data on EEPORO memory as it has 256 bytes page, but GL868-DUAL Python IIC built in a library has 0-254 byte length only.
So tell me how to increase the IIC.readwrite built in library length size to use EEPROM full page?
Thanks,
Diwakar
Hi diwakar,
I supose the only solution is to read it by block of lengtjh lower than 254 B