<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>basicx at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/basicx/</link>
    <description>Discussion list for the BasicX family of microcontroller chips</description>

    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 23:10:52 GMT</pubDate>
      <dc:creator>Tom Becker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23212</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23212</guid>
      <description>... Perfect.  I&#39;ve never used it, but that&#39;s what you need if you use ShiftIn/Out. Tom</description>
    </item>
    <item>
      <title>Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 22:52:55 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23211</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23211</guid>
      <description>I&#39;ll give it a try... Meanwhile I came across the function FlipBits that, apparently reverses the bit order automatically... Have you heard about it? David</description>
    </item>
    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 17:36:31 GMT</pubDate>
      <dc:creator>Tom Becker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23210</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23210</guid>
      <description>Yes, you&#39;ll need to control CE via PutPin().  On a quick read of the DS1302 single-byte read/write specs, it looks like you need to raise CE, then write a</description>
    </item>
    <item>
      <title>Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 16:24:46 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23209</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23209</guid>
      <description>Unfortunatly my DS1305 did not yet arrive and so I was trying to solve my problem with a DS1302... What is opinion? 1- Is it much hard work than with a SPI</description>
    </item>
    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 15:50:08 GMT</pubDate>
      <dc:creator>Tom Becker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23208</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23208</guid>
      <description>... Ah; you did say 3-wire and, you&#39;re right, that&#39;s not an SPI interface device.  You&#39;d have better success, I think, using ShiftIn() and ShiftOut() with it. </description>
    </item>
    <item>
      <title>Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 12:40:45 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23207</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23207</guid>
      <description>No, sorry, the CORRECT part number is maxim&#39;s DS1302: http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2685 David M.</description>
    </item>
    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 11:51:01 GMT</pubDate>
      <dc:creator>Tom Becker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23206</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23206</guid>
      <description>... Are we looking at the same part? The Maxim Max1302 shows Din, Dout, SClk, and /CS. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4746 Tom</description>
    </item>
    <item>
      <title>Keeping track of date and time</title>
      <pubDate>Thu, 05 Nov 2009 10:27:06 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23205</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23205</guid>
      <description>But on the max1302 side I only have the following pins for communication: SCLK, I/O and CE What should I connect to I/O? Both MISO and MOSI? Without external </description>
    </item>
    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Wed, 04 Nov 2009 17:50:02 GMT</pubDate>
      <dc:creator>Tom Becker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23204</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23204</guid>
      <description>... 2 - Should I still use OpenSPI and SPICmd commands? If, by &quot;3-wire protocol&quot; you mean SPI, if you are currently successful with the max146, I see no reason</description>
    </item>
    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Wed, 04 Nov 2009 16:29:12 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23203</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23203</guid>
      <description>Thanx, Tom! My next step is to try to configure the BX to communicate with max1302 via 3-wire protocol... 1 - What should I change on my pin configuration on</description>
    </item>
    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Tue, 03 Nov 2009 20:29:39 GMT</pubDate>
      <dc:creator>Tom Becker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23202</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23202</guid>
      <description>... OpenSPI will configure the /CS pin high.  Its state before that should be either untouched (since a processor Reset sets all pins to InputTristate) or, if</description>
    </item>
    <item>
      <title>Keeping track of date and time</title>
      <pubDate>Tue, 03 Nov 2009 16:33:44 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23200</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23200</guid>
      <description>And yet another question: In my code: Call SPICmd(1,1,sent_bytes(1),1,received_bytes(1)) Call SPICmd(1,1,sent_bytes(2),1,received_bytes(2)) Call</description>
    </item>
    <item>
      <title>Keeping track of date and time</title>
      <pubDate>Tue, 03 Nov 2009 15:40:13 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23199</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23199</guid>
      <description>Hello Eventough it still needs some tunning, I&#39;m being able to receive valuable data from the max146... One question: how should the CS pin be configured?</description>
    </item>
    <item>
      <title>Re: Keeping track of date and time</title>
      <pubDate>Fri, 30 Oct 2009 18:32:37 GMT</pubDate>
      <dc:creator>Tom Becker</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23198</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23198</guid>
      <description>Looking quickly, I don&#39;t see an obvious problem.  I posted a simple two-transistor SPI loopback drawing (actually, a tristate non-inverting buffer, enabled by</description>
    </item>
    <item>
      <title>Keeping track of date and time</title>
      <pubDate>Fri, 30 Oct 2009 17:09:16 GMT</pubDate>
      <dc:creator>David Sousa Mendes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/basicx/message/23197</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/basicx/message/23197</guid>
      <description>Sorry, Tom, didn&#39;t give you all the code to make it simpler... here goes: Option Explicit public Channel As Byte Public Sub Main() call abre_spi() call</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Tue Dec  1 04:21:23 PST 2009 -->
