<?xml version="1.0" encoding="utf-8" ?>
						<!-- generator="e107" -->
						<!-- content type="Forum / topic" -->
						<rss version="0.92">
						<channel>
						<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
						<link>http://www.8051projects.net/</link>
						<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>
						<lastBuildDate>Thu, 08 Jan 2009 22:35:48 -0800</lastBuildDate>
						<docs>http://backend.userland.com/rss092</docs>

							<item>
							<title>query regarding display</title>
							<description>actually i want to see the display through ports of the microcontroller by connecting a 7-segment display to it,how will i connect this 7-segment disp</description>
							<author>&lt;noauthor@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>Hi,From i want understand from your posts- the ADC value is displayed in Binary format on 8 LEDs on a port  ( 33H(hex)  - 00110011 (binary) -  led7. .</description>
							<author>Arun Kumar V&lt;nura1002003@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>How many digits are u planning to connect to the uC?. Are u planning to display only numbers or also some alpha numeric characters? Please clarify.Act</description>
							<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>actually i want to display some numbers only. my project is somewhat like this: i have interfaced adc(0804) and microcontroller(8051) .on appling a vo</description>
							<author>priya123&lt;PUMK_2007@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>Hi Priya...Plz do not make multiple posts of the same topic....you have posted the same question in 3 diff. threads!!As for your problem...you would n</description>
							<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>For writing digits you'll have to send the fol. values to P1.Digit........ P1value(in hex)--------------------------------0........... C01........... </description>
							<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>here is a simple idea for writing the display routine: (w.r.t the hardware suggested by shashi)first u define a byte say digit_count = 0. then folow t</description>
							<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>sir, i have another doubt------ the thing is that actually for a certain voltage say 2volts ,adc is reading 033h ,this data i am sending to the microc</description>
							<author>priya123&lt;PUMK_2007@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>Plz go through the previous posts.Your answer is there.For displaying digit '0' in the 7-seg,you have to send 'C0'.For displaying digit '1',you have t</description>
							<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>please provide your circuit...</description>
							<author>Ajay&lt;contact@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>here is a simple circuit for directly interfacing the 7 seg to uC without multiplexing which will require a little more hardware but the software is v</description>
							<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>sir,i hv enclosed the assembly language program code of my project,but at that time i was seeing the display through leds connected  on my trainer kit</description>
							<author>priya123&lt;PUMK_2007@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>where is the code??</description>
							<author>shyam&lt;shyam@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>i had posted the code but somehow it didn't appear,anyways i am resending the code,please go through it and help me to find out what changes should i </description>
							<author>priya123&lt;PUMK_2007@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>Hi Priya123, did you read my earlier post in this thread ?  it took a lot of my time to explain the whole concept in a simple way.  Again your are bac</description>
							<author>Arun Kumar V&lt;nura1002003@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>Is the code for the 7segment display or for the simple LED display which u have written? please add circuit diagram or atleast the connections used by</description>
							<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>OK one last time.....You can do it this way... CODE:data_display6: mov a,#0ffh<br />mov b,#0ah<br />div ab<br />mov r7,b<br />mov b,#0ah<br />div ab<b</description>
							<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>after a match is found it can jmp to calling routineCODE:disp_7seg: &nbsp;CJNE a,#0,D1<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &n</description>
							<author>Arun Kumar V&lt;nura1002003@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>oops forgot the return after match.....thanks Arun for the correction.</description>
							<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>sir,i have tried to simulate my program by the way u suggested,i hv tried to write the program code in that way,but  i think still i hv made some mist</description>
							<author>priya123&lt;PUMK_2007@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>sir,once again i tried to simulate the program by removing the statement CONVERSION:ACALL CONVERSION,program after being simulated shows no error ,in </description>
							<author>priya123&lt;PUMK_2007@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>Hi Priya,CODE:setb p2.5<br />setb p2.6<br />intr bit p2.7<br />setb intr<br />adc_port equ p1<br />&nbsp;adc_val equ 30h<br />voltage_val equ r3<br /></description>
							<author>Arun Kumar V&lt;nura1002003@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>hi priya, looks like something is seriously missing in ur code.data_display1: mov a,#00hmov b,#0ah                     div ab                       --</description>
							<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>CODE:mov r6,b<br />mov r5,a<br />mov a,r7<br />mov p1,r7<br />acall disp_7segment<br />acall delay<br />mov a,r6<br />mov p1,r6<br />acall disp_7segme</description>
							<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
							<item>
							<title>Re: query regarding display</title>
							<description>thanx a lot a shash sir,arun sir n  pdi33 sir,my program has now started working.its all because of ur guidance,thanx .</description>
							<author>priya123&lt;PUMK_2007@nospam.com&gt;</author>
							<link>http://www.8051projects.net/forum-t9130.html</link>
							</item>
						</channel>
						</rss>