Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

mikro c for PIC MMC Library

Status
Not open for further replies.

patelvivekv1993

Newbie level 6
Joined
Feb 21, 2014
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
81
How to read a whole line until new line occurs in a text file...using MMC Fat library........
please help me here...
 

Thanks for the help...i did as you said by writing the following code....
while(1)
{
Mmc_Fat_Read(&char1);
Mmc_Fat_Read(&char2);
if(char1==0x0d & char2==0x0a)
{
break;
}
byte=char1;
Mmc_Fat_Seek(Mmc_Fat_Tell()-1);
i++;
}
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top