<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<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>

<language>en-gb</language>
				<copyright><a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank"><img alt="Creative Commons License" width="80" height="15" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/2.5/in/80x15.png" target="_blank" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank">Creative Commons Attribution-Noncommercial 2.5 India License</a>.<a href='http://www.8051projects.net/disclaimer.htm' target='_blank' />Rickey's World Disclaimer</a></copyright>
				<managingEditor>Ajay Bhargav - contact@nospam.com</managingEditor>
				<webMaster>contact@nospam.com</webMaster>
				<pubDate>Mon, 01 Dec 2008 23:28:23 -0800</pubDate>
				<lastBuildDate>Mon, 01 Dec 2008 23:28:23 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>Please check my I/O setting...frustated</title>
<link>http://www.8051projects.net/forum-t9505.html</link>
<description><![CDATA[Hi, Ajay, if u r there...or anyone else...<br />i am using pic12f629 ... which has 5 I/O and 1 always input GP 3, <br />i was trying to simulate the I/O setting in MPLAB IDE v7.3<br />this the code below...<br />	BSF	STATUS,5	; go to bank 1<br />	MOVLW	b'00111000'; setting 3,4,5 input, 0,1,2 output<br />	MOVWF	TRISIO;<br />	BCF	STATUS,5; go back to bank 0<br />	MOVLW	00h	; clear GPIO<br />	MOVWF	GPIO;<br /><br />my problem is, wat i saw from the simulation mode, monitor on the TRISIO , i found that my TRISIO is always 0x08 instead of 0x38 (supposed like this 0x38) !!! i tried many combination again, its only changing the last four bit. why i cant change the bit 4 and bit 5 to input? please HELP....................................very frustated....]]></description>
<pubDate>Mon, 12 May 2008 23:28:39 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9505.html</guid>
</item>
						<item>
						<title>Re: Please check my I/O setting...frustated</title>
<link>http://www.8051projects.net/forum-t9505.html</link>
<description><![CDATA[when you write 1 to GPIO bits then that GPIO becomes input port, so whatever is there on the input will be read while reading GPIO register.<br /><br />In your case (in simulator) inputs are open and not connected to anything so ports (3,4,5) must read 0. Where as GPIO bit 3 will always read 1 (read datasheet for more information). and when MCLREN = 1 then GPIO bit 3 will always read 0.<br /><br />Please read datasheet carefully.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Tue, 13 May 2008 15:34:58 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9505.html</guid>
</item>
						<item>
						<title>Re: Please check my I/O setting...frustated</title>
<link>http://www.8051projects.net/forum-t9505.html</link>
<description><![CDATA[so in this case , my port setting is correct? <br />i wan my GPIO3,4,5 as inputs and GPIO 0,1,2  as outputs. i read on the datasheet before i post. because i don understand on the MPLAB SIM, cos it never shows on the TRISIO that my GPIO  4,5 are the inputs. now u clear my mind.<br /><br />thanks for your information.]]></description>
<author>nicholastyc&lt;thamyc_2000@nospam.com&gt;</author>
<pubDate>Tue, 13 May 2008 17:06:04 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9505.html</guid>
</item>
						<item>
						<title>Re: Please check my I/O setting...frustated</title>
<link>http://www.8051projects.net/forum-t9505.html</link>
<description><![CDATA[check the file registers, it will atleast show the value you are storing in TRISIO.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Wed, 14 May 2008 14:27:53 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9505.html</guid>
</item>
						<item>
						<title>Re: Please check my I/O setting...frustated</title>
<link>http://www.8051projects.net/forum-t9505.html</link>
<description><![CDATA[HI AJAY,<br />the trisio never show my GPIO 4 and 5 as input.<br /><br />i just cant understand why..<br /><br />my code<br />	ORG	0x00<br />	BCF	STATUS,RP0;<br />	MOVLW	00h	;<br />	MOVWF	GPIO;<br />	BSF	STATUS,RP0	;<br />	MOVLW	38h;<br />	MOVWF	TRISIO;<br />	BCF	STATUS,RP0;<br />then will go to main...<br /><br />thanks..please correct my code if there is any problem..]]></description>
<author>nicholastyc&lt;thamyc_2000@nospam.com&gt;</author>
<pubDate>Wed, 14 May 2008 18:49:57 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9505.html</guid>
</item>
				</channel>
				</rss>