<?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>2008-12-01T23:07:56-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-t10537.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10537.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10537.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10537.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t10537.html">
						<title>question on PC BASE DATA LOGGER</title>
						<link>http://www.8051projects.net/forum-t10537.html</link>
						<dc:date>2008-12-01T23:07:56-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>i have few questions on the PC base data logger project availabe at the downloads section.1. inside the asm coding i found that got part coding of DS1307 but i dont found that component inside the circuit.2. which part of the coding is for the serial port interfacing? i cant find itthanks</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10537.html">
						<title>Re: question on PC BASE DATA LOGGER</title>
						<link>http://www.8051projects.net/forum-t10537.html</link>
						<dc:date>2008-12-01T23:07:56-08:00</dc:date>
						<dc:creator>pdi33</dc:creator>
						<dc:subject></dc:subject>
						<description>hi mic,i checked on the code and found that ur second post regarding the serial port interfacing (UART) is indeed true.Also i think the author has used some of the i2c routines of DS1307 for interfacing the temperature sensor (which also followis the i2c interfacing logic.I would recommend u instead to follow the project by abbas bhai on the same topic (only  much better than that   )  with the following topic "data acquisition using 8051". Here is the link:http://www.8051projects.net/downloads196.html</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10537.html">
						<title>Re: question on PC BASE DATA LOGGER</title>
						<link>http://www.8051projects.net/forum-t10537.html</link>
						<dc:date>2008-12-01T23:07:56-08:00</dc:date>
						<dc:creator>mic_k86</dc:creator>
						<dc:subject></dc:subject>
						<description>what is i2c interfacing logic? what is ur opinion on the coding of DS1307? will the circuit functioning without the DS1307 part coding? or the author forgot publish circuit diagram for DS1307 part?for the UART part, is that directly add the following code will be ok?Serial_Init:                mov TMOD,#20H        mov SCON,#50H        mov TH1,#0FDH        mov TL1,#0FDH        setb TR1        retif add, this UART code need to add to which section of the coding ?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10537.html">
						<title>Re: question on PC BASE DATA LOGGER</title>
						<link>http://www.8051projects.net/forum-t10537.html</link>
						<dc:date>2008-12-01T23:07:56-08:00</dc:date>
						<dc:creator>pdi33</dc:creator>
						<dc:subject></dc:subject>
						<description>hi mic,well, i seemed to miss out  that the serial communication is in fact present in the code . check these part of the code by theauthor: CODE:<br />&nbsp; &nbsp; &nbsp; &nbsp; MOV TH1,#0FDH<br />&nbsp; &nbsp; &nbsp; &nbsp; MOV SCON,#50H<br />&nbsp; &nbsp; &nbsp; &nbsp; SETB TR1<br />&nbsp; this does the initialisation of the uart required as u have also posted earlierusing timer 1 to generate the baud rate.take care that the TH1 value has to be selected depending upon the baud rate required and the crystal frquency.Now, the actual transmitting of data is done in this part: CODE:<br />TRANS:<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MOV SBUF,A<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; JNB TI,$<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CLR TI<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RET&nbsp; &nbsp; &nbsp;<br /><br />&nbsp; note that the instruction mov sbuf,a initiates the transmission of data transferred to the SBUF register and the TI bit is set when transmission is complete.hope u got the logic now.As for the DS1307 part, as mentioned earlier, the author has only used the i2c communication routines of the ds1307 and not the DS1307 itself. actually this is because the temperature sensor DS1621 used in the circuit also supports i2c protocol for communication. So,No, u need not connect the DS1307 to the circuit.</description>
						</item>
				</rdf:RDF>