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.

Burn Vehicle Numbers in 89c51

Status
Not open for further replies.

silaj

Newbie level 2
Joined
Aug 28, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
Hi
i want to save vehicle numbers on 89c51 microcontroler. i.e for example:
on Port1:
IDE 123

On Port2:
LHR 456
*********
etc
can anybody help me. i need code of it.

Regards
Faizan
 

you cannot save vehicle name on Ports permanently. Ports are the part of RAM and are volatile.
 

I think what he means is that " he wants to store the vehicle no. in the 8051.
 

You cannot get the vehicle no. continuously on a single port..
You will have to send it repeatedly to the port by using a loop..
But this will limit the no....
 

You cannot get the vehicle no. continuously on a single port..
You will have to send it repeatedly to the port by using a loop..
But this will limit the no....
 

make a array of all the numbers you want to disply ex arr[]={ xx,xxx}
and pass it to any port through loop i think in this there is no need to diplay a number on one port you can disply all number one by one on single port by this method
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top