Storing data received through serial communication

Status
Not open for further replies.

Yeshwanth Manchuri

Newbie level 4
Joined
Jun 19, 2013
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
26
hi guys i need to store the data received through serial communication ,in atmega8 n use it for further manipulations could u tell me how to do so???
 

i don know how to write it to RAM could u just help me,i just know how to store as we done in basic c programming..........will u provide me some code???
 

You need to learn about the atmega8; it's apparent that you don't know enough about the device you are targeting. Here's some C code:

Code:
buffer[n]=received_data;

I'm not sure what else you want...
 

so buffer is a temporary variable which u have created??? ..............k k ......do u know any virtual gps emulators for proteus????
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…