How to open binary files on the SD card

IanKibblewhite
Posts: 11
Joined: Mon Feb 08, 2021 4:56 am

How to open binary files on the SD card

Postby IanKibblewhite » Thu Jan 27, 2022 3:40 am

I need to write and read binary files on the SD card
Text files are no problem. They open with:
FILE *file = fopen(file_name, "w");
But the normal "rb", "rb+", "wb", " wb+" for binary files don't appear to be supported. I get file open errors.
Is there another library I should be using? How do you read and write binary files?
I'd appreciate some direction on this.

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], JoseAntonioMG and 167 guests