<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Light and Temperature Logger</title>
	<atom:link href="http://uart.net/2008/06/12/light-and-temperature-logger/feed/" rel="self" type="application/rss+xml" />
	<link>http://uart.net/2008/06/12/light-and-temperature-logger/</link>
	<description>universal asynchronous receiver/transmitter</description>
	<lastBuildDate>Tue, 14 Jul 2009 07:43:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Giacomo</title>
		<link>http://uart.net/2008/06/12/light-and-temperature-logger/comment-page-1/#comment-162</link>
		<dc:creator>Giacomo</dc:creator>
		<pubDate>Tue, 14 Jul 2009 07:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://uart.net/?p=29#comment-162</guid>
		<description>Hi Ned,
fortunately I solved the problem some mounth ago...It was the ADC!!!
Thank you for your interesting!!!</description>
		<content:encoded><![CDATA[<p>Hi Ned,<br />
fortunately I solved the problem some mounth ago&#8230;It was the ADC!!!<br />
Thank you for your interesting!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ned</title>
		<link>http://uart.net/2008/06/12/light-and-temperature-logger/comment-page-1/#comment-70</link>
		<dc:creator>ned</dc:creator>
		<pubDate>Tue, 07 Apr 2009 20:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://uart.net/?p=29#comment-70</guid>
		<description>Hi Giacomo,

There are a two potential problems assuming your UART module is enabled properly and all your interrupt priorities are correct (if you are using interrupts):

Your re-mappable pins aren&#039;t assigned right. They should be RPINR18bits.U1RXR = 2; RPOR1bits.RP3R = 3; assuming you are using UART1 and RX = RP2, TX = RP3.

You didn&#039;t disable the ADC on those ports (they are enabled by default). AD1PCFG = 0xFFFF; will disable them all. This one is a very common gotcha, all digital I/O reads will fail unless the port has its ADC channel disabled.

Let me know if that solves it for you. If not post your UART module init code and I&#039;ll take a look.</description>
		<content:encoded><![CDATA[<p>Hi Giacomo,</p>
<p>There are a two potential problems assuming your UART module is enabled properly and all your interrupt priorities are correct (if you are using interrupts):</p>
<p>Your re-mappable pins aren&#8217;t assigned right. They should be RPINR18bits.U1RXR = 2; RPOR1bits.RP3R = 3; assuming you are using UART1 and RX = RP2, TX = RP3.</p>
<p>You didn&#8217;t disable the ADC on those ports (they are enabled by default). AD1PCFG = 0xFFFF; will disable them all. This one is a very common gotcha, all digital I/O reads will fail unless the port has its ADC channel disabled.</p>
<p>Let me know if that solves it for you. If not post your UART module init code and I&#8217;ll take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giacomo</title>
		<link>http://uart.net/2008/06/12/light-and-temperature-logger/comment-page-1/#comment-69</link>
		<dc:creator>Giacomo</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://uart.net/?p=29#comment-69</guid>
		<description>Can anybody help me?
I can&#039;t use UART on my pic24Fj64ga002!!!
Tx pin on rp3 work correctly...but Rx on rp2 can&#039;t work! It only works if I set the loopback mode... it seems to have con connection on multiplexed pins!
Configuration words are ok.
and also electronics connections...it&#039;s only a wire! I&#039;ve also tried to short circuit Rx and Tx, but it can&#039;t hear!
I have no other modules enabled, only UART1, and an I/O driving a LED.

...please help me! I&#039;m becoming mad!

I forgot...well good! a nice project!!!</description>
		<content:encoded><![CDATA[<p>Can anybody help me?<br />
I can&#8217;t use UART on my pic24Fj64ga002!!!<br />
Tx pin on rp3 work correctly&#8230;but Rx on rp2 can&#8217;t work! It only works if I set the loopback mode&#8230; it seems to have con connection on multiplexed pins!<br />
Configuration words are ok.<br />
and also electronics connections&#8230;it&#8217;s only a wire! I&#8217;ve also tried to short circuit Rx and Tx, but it can&#8217;t hear!<br />
I have no other modules enabled, only UART1, and an I/O driving a LED.</p>
<p>&#8230;please help me! I&#8217;m becoming mad!</p>
<p>I forgot&#8230;well good! a nice project!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
