What function are you using to read from the Serial Port? That is a big problem, you may want to try something like the following:
byte = get_symbol();
while (byte != EOF)
byte = get_symbol();
I am not particularly farmilar with binary read / writes but get_symbol() would be an...
Hi,
Sorry if there is a recent post about this but the Keyword Search is down.
Anyway I was wondering, is there some library function that will give just the a file size in bytes. I.e. In (for example) stdio.h call int getsize(FILE*) would return the size of a file pointed to by the file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.