10 years, 2 months ago.

Save variables on MMC memory From Serial Port with LPC1768

Hi guys I want to save Serial Data From RFID-Em18 to A mmc Memory i want to do this with LPC1768 I want save data In a text File . How I can do It?

Like this:

1321546548 09:15 AM

1329845548 09:20 AM

9845632121 08:45 AM

1321549845 09:40 AM

2132165132 09:55 AM

After this I want to put the name for Every Code.

Like This:

Zahra Rezaie 09:15 AM

Mohammad Askari 09:20 AM

Reza Amini 08:45 AM

Javad Aghayi 09:40 AM

Masoud Amedi 09:55 AM

It is a hard Project For me... :) But I Want Do This With My Friends... ;)

This is a project for The absence.

I am sorry For My Spelling errors English is not my language.

1 Answer

10 years, 2 months ago.

Why an MMC memory? SD cards are pretty much the standard. See: http://mbed.org/cookbook/SD-Card-File-System

Accepted Answer

Very nice. I did not know this. Now "Hello fun SD Card World!" Saved in a text File in that program?

It Is Very Good ,Thanks.

posted by Mohammad Askari 11 Feb 2014

Looks like that should work, I assume in the shop itself it should be described if it accepts SD cards, but I would think so.

Also yes, the example program stores that text to a text file on the SD card. If you then place the SD card in for example a laptop, it will have a .txt file on it.

posted by Erik - 11 Feb 2014