<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<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>
				<dc:language>en-gb</dc:language>
				<dc:date>2009-01-08T09:19:27-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t11904.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t11904.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t11904.html">
						<title>regarding ADC</title>
						<link>http://www.8051projects.net/forum-t11904.html</link>
						<dc:date>2009-01-08T09:19:27-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>hey cud you tell me what is the output of of ADC in terms of? Like as binary data or wt? Hw does controller recognize it? In my application i have to compare the output data of ADC with a reference value so m confused like will MC recognize data as HEX no or BINARY data.................or wt??</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t11904.html">
						<title>Re: regarding ADC</title>
						<link>http://www.8051projects.net/forum-t11904.html</link>
						<dc:date>2009-01-08T09:19:27-08:00</dc:date>
						<dc:creator>sashijoseph</dc:creator>
						<dc:subject></dc:subject>
						<description>The ADC's output is a binary representation of the input signal.For eg if you have a 8-bit parallel adc configured for an input analog range of 0 to 5v,then for an input voltage of 0v you'll get as 00000000(00h) the binary value at the data pins.For 5v input you'll get 11111111 (0FFh).So just read in the binary data into a variable and compare it directly with your reference hex value.for eg if the data pins are connected to port P1...ADCval = P1;if (REFval == ADCval){....}</description>
						</item>
				</rdf:RDF>