<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>picmicrodevelopersforum at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/</link>
    <description>PIC Micro Developers&#39; Forum - Microchip PIC Microcontrollers Discussion Forum</description>

    <item>
      <title>Re: Help with 16-bit counter</title>
      <pubDate>Mon, 09 Nov 2009 14:29:29 GMT</pubDate>
      <dc:creator>Jonathan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1843</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1843</guid>
      <description>It seems to me that a simple change of iorwf ticksHi to iorwf ticksHi, w would fix it.  I believe the compiler interprets the line iorwf ticksHi as iorwf</description>
    </item>
    <item>
      <title>Re: Help with 16-bit counter</title>
      <pubDate>Sun, 08 Nov 2009 12:51:04 GMT</pubDate>
      <dc:creator>cdb</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1842</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1842</guid>
      <description>Part of your problem is that the test for the counter being zero should be a wrapper to the code that actually decreases the counter. Try dec: movf ticksLo,F ;</description>
    </item>
    <item>
      <title>Help with 16-bit counter</title>
      <pubDate>Sat, 07 Nov 2009 04:37:02 GMT</pubDate>
      <dc:creator>Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1841</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1841</guid>
      <description>Can someone point me in the right direction? I&#39;m trying to decrement a 16-bit counter using a 16F627A, and I&#39;m confused about the function of the Carry bit to</description>
    </item>
    <item>
      <title>Re: 16F627A Timer1 interrupt not working</title>
      <pubDate>Mon, 02 Nov 2009 01:59:27 GMT</pubDate>
      <dc:creator>Mike Dodd</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1840</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1840</guid>
      <description>... Thanks for your suggestions. I discovered the problem was that I needed to turn on the peripheral interrupt enable bit (PEIE) as well as the global</description>
    </item>
    <item>
      <title>Re: 16F627A Timer1 interrupt not working</title>
      <pubDate>Sun, 01 Nov 2009 18:49:42 GMT</pubDate>
      <dc:creator>orwill@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1839</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1839</guid>
      <description>Mike, I don&#39;t use that particular processor, but it is similar to others that I have used so I think I have the things below correct. One problem I see is that</description>
    </item>
    <item>
      <title>16F627A Timer1 interrupt not working</title>
      <pubDate>Sun, 01 Nov 2009 15:41:22 GMT</pubDate>
      <dc:creator>Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1838</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1838</guid>
      <description>... org      resetVector goto    initialize ; Interrupt service routine. org      interruptVector bcf      T1CON, TMR1ON    ; Turn off Timer1 bsf      PORTA,</description>
    </item>
    <item>
      <title>PIC24HJ UART TX problem</title>
      <pubDate>Thu, 08 Oct 2009 15:51:29 GMT</pubDate>
      <dc:creator>chandra_131</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1837</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1837</guid>
      <description>I am using 24hj128gp306 and want to establish connection with PC terminal programm at 115200bps.PIC24HJ I am using UART2. But i am not getting any characters</description>
    </item>
    <item>
      <title>PIC24HJ UART TX problem</title>
      <pubDate>Thu, 08 Oct 2009 15:48:54 GMT</pubDate>
      <dc:creator>chandra_131</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1836</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1836</guid>
      <description>I am using 24hj128gp306 and want to establish connection with PC terminal programm at 115200bps.PIC24HJ I am using UART2. But i am not getting any characters</description>
    </item>
    <item>
      <title>Re: 16F6xx configutation</title>
      <pubDate>Mon, 28 Sep 2009 01:56:23 GMT</pubDate>
      <dc:creator>Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1835</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1835</guid>
      <description>... Well, I need the I/O pin  for actual I/O. ... Same in this case -- I can&#39;t afford to use I/O pins for the oscillator. ... Thanks. It looks fairly</description>
    </item>
    <item>
      <title>Re: 16F6xx configutation</title>
      <pubDate>Sun, 27 Sep 2009 22:17:12 GMT</pubDate>
      <dc:creator>Orwill Hawkins</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1834</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1834</guid>
      <description>Hello, I have been using Pics since 1992, there are not too many like us around !. Back then most people had not even heard of them. Started on 16C54 / 16C57.</description>
    </item>
    <item>
      <title>16F6xx configutation</title>
      <pubDate>Sun, 27 Sep 2009 15:23:47 GMT</pubDate>
      <dc:creator>Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1833</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1833</guid>
      <description>I&#39;ve been programming PIC16C5x devices since 1995, but am only now moving into the 16F627A flash device. Will someone kindly confirm my understanding of the</description>
    </item>
    <item>
      <title>PIC24H starter kit License problem</title>
      <pubDate>Sun, 06 Sep 2009 08:05:54 GMT</pubDate>
      <dc:creator>mmk_tsm</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1832</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1832</guid>
      <description>Hello all, I just bought the PIC24H starter kit and installed all the software from the accompanying CD.  However on my first build attempt, I get a license</description>
    </item>
    <item>
      <title>Re: Ref to compiler address and long question</title>
      <pubDate>Sat, 04 Jul 2009 22:34:33 GMT</pubDate>
      <dc:creator>Kevin Bennett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1824</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1824</guid>
      <description>... snip ... snip Hi Steve, Is it not because this bit of the equation &quot;uj1 + uj2 -(uj3 + uj4)&quot; is all in unsigned ints and, with some values, may produce an</description>
    </item>
    <item>
      <title>compiler errors</title>
      <pubDate>Sat, 04 Jul 2009 15:05:07 GMT</pubDate>
      <dc:creator>alex</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1823</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1823</guid>
      <description>does it surprise you? indeed mixing of data types causes obscure errors on various platforms. I had trouble adapting a source from Lattice C to Aztec C on the</description>
    </item>
    <item>
      <title>Re: Ref to compiler address and long question</title>
      <pubDate>Sat, 04 Jul 2009 14:48:23 GMT</pubDate>
      <dc:creator>Steve</dc:creator>
      <link>http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1822</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/picmicrodevelopersforum/message/1822</guid>
      <description>Kevin - Thanks for the reply(s).  The programming issue turned out to be what we figured it was - the configuration bits were changed.  I use two laptops to</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Tue Nov 10 22:16:04 PST 2009 -->
