ashwanthh
Junior Member level 2
Hi all,
I am new to mikroC, I need some help for my project......
My project is to read a text file from a sd card and send it via uart through pic....
I have completed the project in mikroC, and the pic is able to read each byte from the file and send it via uart... by using the command Mmc_Fat_Read()... But the problem is , for example
the content of my file is,
120 2 234 35 666 7 865
using the above command it reads each byte including the space... but i want to read only the numbers... 120....2.....234....35....666....and send it ...
I know this is some simple problem in the program , but i couldnt find the solution ......
Please, some one help me.....
I am new to mikroC, I need some help for my project......
My project is to read a text file from a sd card and send it via uart through pic....
I have completed the project in mikroC, and the pic is able to read each byte from the file and send it via uart... by using the command Mmc_Fat_Read()... But the problem is , for example
the content of my file is,
120 2 234 35 666 7 865
using the above command it reads each byte including the space... but i want to read only the numbers... 120....2.....234....35....666....and send it ...
I know this is some simple problem in the program , but i couldnt find the solution ......
Please, some one help me.....