Microcontroller10
New Member
Hi, I already start my project which is related to micro-controller and the first problem is how to read binary file with mplab building language (c language) I try this code but its not took effect plz help me
#include<p18f452.h>
#include<stdio.h>
FILE *e;
void main (void){
e=fopen("c:\nine.bin", "rb");
}
#include<p18f452.h>
#include<stdio.h>
FILE *e;
void main (void){
e=fopen("c:\nine.bin", "rb");
}