473,378 Members | 1,140 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

how to get data from EEPROM to a file

63
How to read from EEPROM and write the contents to a file ??
Mar 27 '07 #1
7 3650
horace1
1,510 Expert 1GB
How to read from EEPROM and write the contents to a file ??
where is the EEPROM ? on an embedded microtroller?
Mar 27 '07 #2
askcq
63
where is the EEPROM ? on an embedded microtroller?
yes ... on a micro procesor
its ATMEL EEPROM
i need to know how to read the contents and write the contents of EEPROM to a file
Mar 27 '07 #3
horace1
1,510 Expert 1GB
yes ... on a micro procesor
its ATMEL EEPROM
i need to know how to read the contents and write the contents of EEPROM to a file
usally one would have two programs
(1) on the microprocessor which reads the data and transmits it over serial line to a PC
(2) on a PC which reads data from the serial lines and writes it to a file

do you have the compiler etc for the microprocessor?
Mar 27 '07 #4
askcq
63
usally one would have two programs
(1) on the microprocessor which reads the data and transmits it over serial line to a PC
(2) on a PC which reads data from the serial lines and writes it to a file

do you have the compiler etc for the microprocessor?
yes, I need to know the logic alone .i.e., how to read from EEPROM and write it into a file .
Mar 27 '07 #5
horace1
1,510 Expert 1GB
yes, I need to know the logic alone .i.e., how to read from EEPROM and write it into a file .
how is the EEPROM interfaced to the micrcontroller, e.g. memory mapped?
How are you going to connect the microcontroller to the host PC, e.g. serial line, usb, parallel port?
Mar 27 '07 #6
askcq
63
how is the EEPROM interfaced to the micrcontroller, e.g. memory mapped?
How are you going to connect the microcontroller to the host PC, e.g. serial line, usb, parallel port?
microprocessor is communicating with EEPROM through I2C ....I could read and write in EEPROM

I want to write the entire contents of the EEPROM to a file
how can I do it
Mar 27 '07 #7
horace1
1,510 Expert 1GB
microprocessor is communicating with EEPROM through I2C ....I could read and write in EEPROM

I want to write the entire contents of the EEPROM to a file
how can I do it
use I2C to read bytes from the EEROM, transmit them to a PC which writes them to a file - how is the microcontroller connected to the PC? e.g. if it is via a serial line there are C libraries to read characters from a serial port which you can then write to a file
Mar 28 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: Steve | last post by:
Hi all i am just starting to get back into VB and i need a little help. I am writing a program that asks a user to type in a set of numbers/letters (in this case shipping containers). Once the...
0
by: Pieter Edelman | last post by:
Hi all, I'm trying to submit some data using a POST request to a HTTP server with BASIC authentication with python, but I can't get it to work. Since it's driving me completely nuts, so here's...
9
by: Anon Email | last post by:
Hi people, I'm learning about header files in C++. The following is code from Bartosz Milewski: // Code const int maxStack = 16; class IStack
7
by: Bob | last post by:
Hi, I am trying to use BULK INSERT with format file. All of our data has few bytes of header in the data file which I would like to skip before doing BULK INSERT. Is it possible to write...
1
by: george jetson | last post by:
Hi All I need a compiler (C preferably) that will output a Pcode that I can create a interpreter for on a very small embedded system. I want to execute the Pcode from serial flash. Something...
0
by: nanaalwi | last post by:
hi there, im doing a project right now to download a data from EEPROM of a camcorder. i used a 'data grid view' to display all the data downloaded from the camcorder. however, i have to save the...
6
by: Toe001 | last post by:
In a program for use with a micro, I have a variable of type float (real number) and wish to save it to EEPROM. I have a routine which writes a byte at a time to EEPROM at the location (address) I...
19
by: Zytan | last post by:
I want multiple instances of the same .exe to run and share the same data. I know they all can access the same file at the same time, no problem, but I'd like to have this data in RAM, which they...
0
Debadatta Mishra
by: Debadatta Mishra | last post by:
Introduction In this article I will provide you an approach to manipulate an image file. This article gives you an insight into some tricks in java so that you can conceal sensitive information...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.