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.

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
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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top