<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:gAcl="http://schemas.google.com/acl/2007" xmlns:sites="http://schemas.google.com/sites/2008" xmlns:gs="http://schemas.google.com/spreadsheets/2006" xmlns:dc="http://purl.org/dc/terms" xmlns:batch="http://schemas.google.com/gdata/batch" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects</id><updated>2011-09-06T18:23:50.082Z</updated><title>Content</title><link rel="next" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects?start-index=26" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects" /><link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects" /><link rel="http://schemas.google.com/g/2005#batch" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/batch" /><generator version="1" uri="http://sites.google.com">Google Sites</generator><openSearch:startIndex>1</openSearch:startIndex><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/google/coco" /><feedburner:info uri="google/coco" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>google/coco</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="&quot;YDopeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/5528405153000436253</id><published>2009-03-13T01:41:26.985Z</published><updated>2011-08-24T20:14:09.957Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-24T20:13:16.437Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>MMC Hardware</title><content type="html">&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;span style="border-collapse:separate;font-family:times new roman;font-size:16px"&gt;&lt;div style="text-align:center"&gt;&lt;big&gt;&lt;big&gt;MMC Interface Hardware Details&lt;/big&gt;&lt;/big&gt;&lt;hr style="width:100%;height:2px"&gt;&lt;/hr&gt;&lt;br&gt;&lt;/div&gt;The interface is a simple one with a single byte location used as the data port and one byte used for the control register.&lt;br&gt;&lt;br&gt;Data register:  Allows a single byte to be written or read from the MMC.  Bytes that are written to this location are sent to the card at the clock speed selected from the Control register.  Bytes read from this location are always one transfer old.  Regardless of speed selected the time to transfer a single byte is greater than the cycle time for a read in the bus of the color computer.  When data is read from the card the write data line is held high sending an effective value of 255 to the write pin of the MMC.&lt;br&gt;&lt;br&gt;Control register: Allows control of MMC clock and CS assertion&lt;br&gt;&lt;table border="1" cellpadding="2" cellspacing="2" style="text-align:left;width:30%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="vertical-align:top"&gt;Bits&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;7&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;6&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;5&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;4&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;3&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;2&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;1&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;0&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align:top"&gt;&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;SPD&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;N/U&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;N/U&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;N/U&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;N/U&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;N/U&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;CS1&lt;br&gt;&lt;/td&gt;&lt;td style="vertical-align:top"&gt;CS0&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br&gt;Bit 7: clock speed bit. Bit set is slow speed, bit cleared is fast speed bit.  Clock is either Color computer Clock E / 8 (1.78Mhz/8 or .89Mhz/8)  or E&amp;amp;Q combined to achieve a double rate clock of 1.78Mhz*2 at high speed or .89Mhz*2 at low speed.  &lt;br&gt;Bits 6-2: Not used.  Reserved for future use&lt;br&gt;Bit 1: CS for MMC #2  Bit set will select card number 2 and bit cleared will deselect card #2.&lt;br&gt;Bit 0: CS for MMC #1  Bit set will select card number 1 and bit cleared will deselect card #1.&lt;br&gt;&lt;br&gt;&lt;div style="text-align:center"&gt;&lt;span style="font-weight:bold"&gt;Prototype Design&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;First implementation was to use discrete logic (which was a complete failure).  After trying some simple logic designs with Atmel's free FPGA software I decided to give programmable logic a try and purchased the evaluation kit.&lt;br&gt;The choice to use the Atmel AT1508 FPGA was based on cost.  I was able to purchase an evaluation kit from DigiKey for less than $100.  Aproxametly 50% of the logic within the FPGA was used and there are still many unused I/O pins available for future use.&lt;br&gt;Use of the 74LVC245 was required to reliably level shift the MMC clock and data pins from 5.0v to 3.3v.  I tried other options such as mosfets and transistors, but I was unable to get them to ramp up in speed to E clock (even at slow speed .89Mhz).  &lt;br&gt;&lt;br&gt;During development I created a few prototype boards the first was an attempt to use discrete logic.&lt;br&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/multi-media-card-reader-mmc/mmc-hardware/P3L.JPG?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="133" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1236908640729/Home/multi-media-card-reader-mmc/mmc-hardware/P3L.JPG" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;The second board almost worked, however several tries at converting the logic levels from 3.3v to 5v caused me to create a third board.&lt;br&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/multi-media-card-reader-mmc/mmc-hardware/P2L.JPG?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="177" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1236908577099/Home/multi-media-card-reader-mmc/mmc-hardware/P2L.JPG" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;The third and final prototype worked with little effort (after the CPLD logic was correct!)&lt;br&gt;&lt;table border="1" bordercolor="#888" cellspacing="0" style="border-collapse:collapse;border-top-color:rgb(136, 136, 136);border-right-color:rgb(136, 136, 136);border-bottom-color:rgb(136, 136, 136);border-left-color:rgb(136, 136, 136);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/multi-media-card-reader-mmc/mmc-hardware/P4L.JPG?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="163" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1236908708747/Home/multi-media-card-reader-mmc/mmc-hardware/P4L.JPG" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;margin-right:auto;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/multi-media-card-reader-mmc/mmc-hardware/P5L.JPG?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="153" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1236908738527/Home/multi-media-card-reader-mmc/mmc-hardware/P5L.JPG" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;img src="http://www.google.com/chart?chc=sites&amp;amp;cht=d&amp;amp;chdp=sites&amp;amp;chl=%5B%5BGoogle+Gadget'%3D16'f%5Cbf%5Chv'a%5C%3D248'0'%3D247'0'dim'%5Cbox1'b%5CDBD9BB'fC%5CDBD9BB'eC%5C15'sk'%5C%5B%22Google+%2B1+Button+(Google+Plus+1+Button)%22'%5Dh'a%5CV%5C%3D12'f%5Cbf%5C%5DV%5Cta%5C%3D249'%3D0'%3D248'%3D57'dim'%5C%3D249'%3D0'%3D248'%3D57'vdim'%5Cbox1'b%5Cva%5CFFFEF0'fC%5CDBD9BB'eC%5Csites_gadget'i%5Chv-0-0'a%5C%5Do%5CLauto'f%5C&amp;amp;sig=k9_GpjxoEL70CiM0XJmA47piDsY" igsrc="http://83.gmodules.com/ig/ifr?mid=83&amp;amp;synd=trogedit&amp;amp;url=http%3A%2F%2Fcode.alexandrojv.com%2Fgadgets%2FGoogle-Plus-1-Button.xml&amp;amp;up_size=standard&amp;amp;up_lang=en-US&amp;amp;up_count=true&amp;amp;up_href=&amp;amp;h=60&amp;amp;w=100%25" type="ggs-gadget" props="align:left;borderTitle:Google +1 Button;height:60;igsrc:http#58//83.gmodules.com/ig/ifr?mid=83&amp;amp;synd=trogedit&amp;amp;url=http%3A%2F%2Fcode.alexandrojv.com%2Fgadgets%2FGoogle-Plus-1-Button.xml&amp;amp;up_size=standard&amp;amp;up_lang=en-US&amp;amp;up_count=true&amp;amp;up_href=&amp;amp;h=60&amp;amp;w=100%25;mid:83;scrolling:no;showBorder:false;showBorderTitle:true;spec:http#58//code.alexandrojv.com/gadgets/Google-Plus-1-Button.xml;up_count:true;up_href:;up_lang:en-US;up_size:standard;width:100%;" width="500" height="60" style="display:block;text-align:left;margin-right:auto;" class="igm"&gt;&lt;/img&gt;&lt;br&gt;&lt;/span&gt;&lt;div&gt;&lt;span style="border-collapse:separate;font-family:times new roman;font-size:16px"&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_3mkStdtgfE:vquwhrA6wqk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_3mkStdtgfE:vquwhrA6wqk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=_3mkStdtgfE:vquwhrA6wqk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_3mkStdtgfE:vquwhrA6wqk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_3mkStdtgfE:vquwhrA6wqk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=_3mkStdtgfE:vquwhrA6wqk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/_3mkStdtgfE" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6544522857223824989" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/_3mkStdtgfE/mmc-hardware" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/5528405153000436253" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5528405153000436253" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5528405153000436253" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>mmc-hardware</sites:pageName><sites:revision>6</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/multi-media-card-reader-mmc/mmc-hardware</feedburner:origLink></entry><entry gd:etag="&quot;WSl7JmA9&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4443426140989018498</id><published>2009-03-13T02:31:31.883Z</published><updated>2011-08-24T19:45:31.761Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-24T19:43:31.023Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>IDE/ATA Interface</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;div style="text-align:center"&gt;&lt;div style="text-align:left"&gt;&lt;br&gt;&lt;/div&gt;&lt;span style="font-size:16px;font-weight:bold"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="display:block;margin-right:auto;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/ide-interface/idelogo.gif?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1236914845506/Home/ide-interface/idelogo.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div style="text-align:left"&gt;&lt;span style="border-collapse:separate;font-family:times new roman;font-size:16px"&gt;&lt;center&gt;&lt;div style="text-align:left"&gt;&lt;span style="font-size:22px"&gt;Project History&lt;/span&gt;&lt;/div&gt;&lt;hr style="width:100%;height:2px"&gt;&lt;/hr&gt;&lt;/center&gt;&lt;p&gt;&lt;b&gt;Design&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Back in 1995 I began working on an IDE interface for the coco. It seemed like a good and inexpensive way for any old 8 bit computer to have a hard drive. The idea was not all that complex in itself, after all IDE drives only require an interface. One of the largest problems to face was that IDE uses a 16 bit data bus. At first look of the specifications it seemed as though 8 bit transfers would be possible. As fate would have it, 8 bit transfers were only available if the IDE drive supported it (and only a few do!).&lt;/p&gt;&lt;p&gt;&lt;b&gt;The Solution&lt;/b&gt;&lt;/p&gt;&lt;p&gt;It was now quite apparent that 16 bit transfers would need to be implemented. There are many ways to implement this technology, but I chose the least expensive route. By using two 8 bit latches (one for read and one for write) it is possible to capture the extra 8 bits that the CPU cannot see for each read or write to the data registers. All other IDE register only use 8 bits.&lt;/p&gt;&lt;p&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:728px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=728;
google_ad_height=15;
google_ad_format="728x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Functionality&lt;/b&gt;&lt;/p&gt;&lt;p&gt;By using an 8 bit latch for writing a sector, it is possible to fool the drive into seeing 16 bits for each cycle. First the upper 8 bits are written by the CPU to the write latch. During this write, the device does not see any change of state. The next step is for the CPU to write to the devices data register. When this register is accessed the latch is also enabled, sending 16 bits to the drive at one time. A read from the drive is done in reverse. First the CPU reads 8 bits from the drives data register, at the same time the read latch captures the extra 8 bits the CPU cannot access. This extra 8 bits is then read from the 'read' latch, and the cycle happens all over again.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Specifics&lt;/b&gt;&lt;/p&gt;&lt;p&gt;One more important thing to remember is that IDE drives have a sector size of 512 bytes. OS-9 from Tandy uses 256 byte sectors. The process of writing and reading a sector of 512 bytes could be seen as very inefficient to only return 256 bytes. By using a driver that only reads/writes to the drive register (bypassing the latches) a 256 byte sector is then created. Some may see this as wasteful, but the gain in speed seems like a logical choice to me. This is the way I implemented the first driver that I created. Using a Maxtor 210MB IDE drive I was able to format out to get 105MB. In the prototype the address range that the interface was set to use is (hex) $FF70-FF78. The first 8 bytes were the IDE drive registers while the 9th byte was used to map the latches. &lt;br&gt;&lt;img src="http://www.google.com/chart?chc=sites&amp;amp;cht=d&amp;amp;chdp=sites&amp;amp;chl=%5B%5BGoogle+Gadget'%3D16'f%5Cbf%5Chv'a%5C%3D51'0'%3D50'0'dim'%5Cbox1'b%5CDBD9BB'fC%5CDBD9BB'eC%5C15'sk'%5C%5B%22Google+%2B1+Button+(Google+Plus+1+Button)%22'%5Dh'a%5CV%5C%3D12'f%5Cbf%5C%5DV%5Cta%5C%3D52'%3D0'%3D51'%3D57'dim'%5C%3D52'%3D0'%3D51'%3D57'vdim'%5Cbox1'b%5Cva%5CFFFEF0'fC%5CDBD9BB'eC%5Csites_gadget'i%5Chv-0-0'a%5C%5Do%5CLauto'f%5C&amp;amp;sig=KhyVwXSJmuHUfixAX3xduKqkZc0" igsrc="http://55.gmodules.com/ig/ifr?mid=55&amp;amp;synd=trogedit&amp;amp;url=http%3A%2F%2Fcode.alexandrojv.com%2Fgadgets%2FGoogle-Plus-1-Button.xml&amp;amp;up_size=standard&amp;amp;up_lang=en-US&amp;amp;up_count=true&amp;amp;up_href=&amp;amp;h=60&amp;amp;w=106" type="ggs-gadget" props="align:left;borderTitle:Google +1 Button (Google Plus 1 Button);height:60;igsrc:http#58//55.gmodules.com/ig/ifr?mid=55&amp;amp;synd=trogedit&amp;amp;url=http%3A%2F%2Fcode.alexandrojv.com%2Fgadgets%2FGoogle-Plus-1-Button.xml&amp;amp;up_size=standard&amp;amp;up_lang=en-US&amp;amp;up_count=true&amp;amp;up_href=&amp;amp;h=60&amp;amp;w=106;mid:55;scrolling:no;showBorder:false;showBorderTitle:null;spec:http#58//code.alexandrojv.com/gadgets/Google-Plus-1-Button.xml;up_count:true;up_href:;up_lang:en-US;up_size:standard;width:106;" width="106" height="60" style="display:block;text-align:left;margin-right:auto;" class="igm"&gt;&lt;/img&gt;&lt;br&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=J0N0JpUoRBU:WMJDv8P1tAw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=J0N0JpUoRBU:WMJDv8P1tAw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=J0N0JpUoRBU:WMJDv8P1tAw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=J0N0JpUoRBU:WMJDv8P1tAw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=J0N0JpUoRBU:WMJDv8P1tAw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=J0N0JpUoRBU:WMJDv8P1tAw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/J0N0JpUoRBU" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/J0N0JpUoRBU/ide-interface" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4443426140989018498" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4443426140989018498" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4443426140989018498" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>ide-interface</sites:pageName><sites:revision>10</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/ide-interface</feedburner:origLink></entry><entry gd:etag="&quot;YDgpeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201</id><published>2009-03-13T01:15:06.889Z</published><updated>2011-08-24T19:39:08.215Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-24T04:05:46.099Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>Home</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;div&gt;&lt;img src="http://www.google.com/chart?chc=sites&amp;amp;cht=d&amp;amp;chdp=sites&amp;amp;chl=%5B%5BPage+listing'%3D16'f%5Cbf%5Chv'a%5C%3D248'0'%3D247'0'dim'%5Cbox1'b%5CDBD9BB'fC%5CDBD9BB'eC%5C15'sk'%5C%5B%22Project+Pages%22'%5Dh'a%5CV%5C%3D12'f%5Cbf%5C%5DV%5Cta%5C%3D249'%3D0'%3D248'%3D297'dim'%5C%3D249'%3D0'%3D248'%3D297'vdim'%5Cbox1'b%5Cva%5CFFFEF0'fC%5CDBD9BB'eC%5Csites_toc'i%5Chv-0-0'a%5C%5Do%5CLauto'f%5C&amp;amp;sig=pPosvAOtVBlIVnLPHDAC3EU7GMk" type="subpages" props="align:left;borderTitle:Project Pages;displayAs:gadget;maxDepth:6;rootPage:THIS_PAGE;" width="500" height="300" style="display:block;text-align:left;margin-right:auto;"&gt;&lt;/img&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;span style="font-size:medium"&gt;If you are looking for my Blog that used to be located at this address &lt;/span&gt;&lt;a href="http://blog.hat3.net" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt;it is now located here.&lt;/span&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:728px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=728;
google_ad_height=15;
google_ad_format="728x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=6hvJTrmHdKI:lxp7bb6qxWA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=6hvJTrmHdKI:lxp7bb6qxWA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=6hvJTrmHdKI:lxp7bb6qxWA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=6hvJTrmHdKI:lxp7bb6qxWA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=6hvJTrmHdKI:lxp7bb6qxWA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=6hvJTrmHdKI:lxp7bb6qxWA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/6hvJTrmHdKI" height="1" width="1"/&gt;</content><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/6hvJTrmHdKI/Home" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/6470991430829316201" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>Home</sites:pageName><sites:revision>4</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home</feedburner:origLink></entry><entry gd:etag="&quot;YDkpeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/670784087966455541</id><published>2009-06-14T20:12:28.364Z</published><updated>2011-01-13T03:33:22.668Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-13T03:33:22.666Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>Other CoCo Links</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;a href="http://www.riedon.com" target="_blank" rel="nofollow"&gt;&lt;b&gt;Precisions Resistors&lt;/b&gt;&lt;/a&gt; Find precisions resistors and other products for your OEM business that meet all RoHS guidelines.&#xD;
&lt;br&gt;&#xD;
&lt;p&gt;&lt;b&gt;&lt;a href="http://www.customcircuitboards.com/" title="Prototype Printed Circuit Boards" rel="nofollow"&gt;Prototype Printed Circuit Boards&lt;/a&gt;&lt;/b&gt;&lt;br&gt;Don't&#xD;
stress about where to get your next cirucit boards; Get your next Prototype&#xD;
Printed Circuit Boards from the industry leader.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mynumnum.com" rel="nofollow"&gt;http://www.mynumnum.com&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server"&gt;Java DriveWire Server&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gk3whp8BBH4:FQ7OjuenhR4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gk3whp8BBH4:FQ7OjuenhR4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=gk3whp8BBH4:FQ7OjuenhR4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gk3whp8BBH4:FQ7OjuenhR4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gk3whp8BBH4:FQ7OjuenhR4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=gk3whp8BBH4:FQ7OjuenhR4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/gk3whp8BBH4" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/gk3whp8BBH4/other-coco-links-1" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/670784087966455541" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/670784087966455541" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/670784087966455541" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>other-coco-links-1</sites:pageName><sites:revision>5</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/other-coco-links-1</feedburner:origLink></entry><entry gd:etag="&quot;YD0peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/7476708987987264904</id><published>2010-09-10T19:25:19.785Z</published><updated>2010-09-10T19:25:28.788Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-10T19:25:19.798Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>test2</title><content type="html">&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1 sites-layout-empty-tile"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=v7p1aT_EdHE:XtfbFuFMftk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=v7p1aT_EdHE:XtfbFuFMftk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=v7p1aT_EdHE:XtfbFuFMftk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=v7p1aT_EdHE:XtfbFuFMftk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=v7p1aT_EdHE:XtfbFuFMftk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=v7p1aT_EdHE:XtfbFuFMftk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/v7p1aT_EdHE" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/v7p1aT_EdHE/test2" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/7476708987987264904" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/7476708987987264904" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/7476708987987264904" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>test2</sites:pageName><sites:revision>1</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/test2</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/8803741801542697740</id><published>2010-09-10T19:01:24.499Z</published><updated>2010-09-10T19:03:50.778Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-10T19:01:30.365Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>test</title><content type="html">&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1 sites-layout-empty-tile"&gt;&lt;div dir="ltr"&gt;&lt;br&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7lkoXF0qRBA:VG7xONqNFXs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7lkoXF0qRBA:VG7xONqNFXs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=7lkoXF0qRBA:VG7xONqNFXs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7lkoXF0qRBA:VG7xONqNFXs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7lkoXF0qRBA:VG7xONqNFXs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=7lkoXF0qRBA:VG7xONqNFXs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/7lkoXF0qRBA" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/7lkoXF0qRBA/test" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/8803741801542697740" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/8803741801542697740" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/8803741801542697740" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>test</sites:pageName><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/test</feedburner:origLink></entry><entry gd:etag="&quot;XSl7JmA9&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762</id><published>2010-04-04T17:36:54.155Z</published><updated>2010-04-05T03:23:42.016Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-05T03:23:42.014Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>MMC/SD Interface V2</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;h2&gt;&lt;a name="TOC-Another-MMC-SD-interface"&gt;&lt;/a&gt;Another MMC/SD interface&lt;/h2&gt;After years of not creating any new hardware for my CoCos I decided it was time to break out the soldering iron again and make something new.&lt;br&gt;&lt;br&gt;I really like storage projects, because it is great being able to use my computers without floppy drives or hard drives.  There is just something really nice about a computer that does not have any moving parts.&lt;br&gt;&lt;br&gt;Back in 2003 I created (using a &lt;a href="http://en.wikipedia.org/wiki/Complex_programmable_logic_device" rel="nofollow"&gt;CPLD&lt;/a&gt;) a &lt;a href="http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus" rel="nofollow"&gt;SPI bus&lt;/a&gt; for the coco.  The enabled me to use MMC/SD cards with the CoCo for storage.  &lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/multi-media-card-reader-mmc"&gt;My first MMC Interface prototype&lt;/a&gt; worked very good and allowed for two cards that could be hot swapped at any time.&lt;br&gt;&lt;br&gt;The things that I did not like about the project were the complexity of the CPLD, the number of wires to connect to the CoCo, etc.  So that got me thinking, is there a way one could implement a SPI bus in software and use some existing I/O lines in the CoCo?&lt;br&gt;&lt;br&gt;Looking at the schematic of the CoCo I figured I would find something that I could use.  I determined that I could use the single bit sound output, the cassette input bit, the cassette motor control and the *SCS line for a clock.  I quickly layed out a schematic and got to building.&lt;br&gt;&lt;br&gt;&lt;h2&gt;&lt;a name="TOC-Components-for-the-project"&gt;&lt;/a&gt;Components for the project&lt;/h2&gt;&lt;div&gt;As part of the design I put some constraints on myself:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Only use parts that I had on hand&lt;/li&gt;&lt;li&gt;No CPLD or other programmable logic&lt;/li&gt;&lt;li&gt;No more than 2-3 discrete logic parts&lt;/li&gt;&lt;li&gt;The final design should fit nicely inside of the coco&lt;/li&gt;&lt;li&gt;This design would work in any CoCo&lt;br&gt;&lt;/li&gt;&lt;li&gt;Build a suitable OS-9 driver&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Checking with my spare parts area I found a few &lt;a href="https://docs.google.com/viewer?url=http://www.datasheetcatalog.org/datasheet/philips/74HC_HCT245_CNV_2.pdf"&gt;74HCT245&lt;/a&gt; parts that would work for level shifting from 5v to 3.3v.  I also had a couple of 3.3V regulators in the pile of parts.  Finally I found a spare circuit board, some wire wrap wire, and some old ribbon cable.  Now I had everything I needed.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;h2&gt;&lt;a name="TOC-Schematic-design"&gt;&lt;/a&gt;Schematic design&lt;/h2&gt;&lt;div&gt;My schematic was drawn on a regular piece of paper, I need to get it into a schematic capture program and get a nice picture of it uploaded here.&lt;/div&gt;&lt;div&gt;Basically there are 4 pins on the 6821 PIA that I am using and two wires for power.  For a total of 6 wires that must be connected to the CoCo.  The final design was changed as during debugging I determined that I could not use *SCS and so I would need an additional I/O line to create a software clock.  More information on this later.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;h2&gt;&lt;a name="TOC-Finding-a-suitable-CoCo"&gt;&lt;/a&gt;Finding a suitable CoCo&lt;/h2&gt;&lt;div&gt;This should have been an easy task.  Unfortunately I only have one working CoCo 3 and so I was not about to start doing hardware prototyping on it.  So I went into the pile of extra CoCo 2 and CoCo 1 systems that I had here at the house.&lt;/div&gt;&lt;div&gt;I chose to use a 64k CoCo2 with extended color basic:&lt;br&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001218.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="236" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1270402726782/Home/mmc-sd-interface-v2-1/0404001218.jpg" width="320"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;h2&gt;&lt;a name="TOC-Getting-my-development-environment-"&gt;&lt;/a&gt;Getting my development environment ready&lt;/h2&gt;I planned on using a few things for development to speed things up.&lt;br&gt;&lt;ul&gt;&lt;li&gt;A laptop with &lt;a href="http://www.ubuntu.com/" rel="nofollow"&gt;Ubuntu Linux&lt;/a&gt; loaded that has a 9 pin serial port on the back&lt;/li&gt;&lt;li&gt;A copy of the &lt;a href="http://sourceforge.net/projects/nitros9/" rel="nofollow"&gt;Nitros9 project&lt;/a&gt; source&lt;/li&gt;&lt;li&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/drivewirebetadownload"&gt;DriveWire Java Beta version&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.frontiernet.net/~mmarlette/Cloud-9/Software/SuperDriver.html" rel="nofollow"&gt;SuperDriver&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.frontiernet.net/~mmarlette/Cloud-9/Software/DriveWire3.html" rel="nofollow"&gt;Drivewire HDB-DOS&lt;/a&gt; for the Color Computer 2&lt;/li&gt;&lt;li&gt;Obviously I needed reference material for communicating with the hardware.  This is a really good site for &lt;a href="http://elm-chan.org/docs/mmc/mmc_e.html" rel="nofollow"&gt;help with MMC/SD communication.&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="color:rgb(176, 218, 233);font-family:Trebuchet MS, arial, sans-serif;font-size:20px;font-weight:bold"&gt;Wiring up the design&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;Most of my projects take days to wire up and test and debug.  This project only uses 4 I/O lines and 2 for power.&lt;br&gt;The board took a couple of hours to wire up and connect internally in the CoCo.  Nothing really out of the ordinary.  &lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;br&gt;&lt;/div&gt;&lt;h2&gt;&lt;a name="TOC-Testing-the-design"&gt;&lt;/a&gt;Testing the design&lt;/h2&gt;&lt;div style="display:block;text-align:left"&gt;After wiring up the design into the CoCo I used DECB to poke and peek the correct locations on the PIA and tested the inputs and outputs to verify that things were working.  I have a binary ripple counter with 4 LEDs and some connectors for checking clocks and so that is what I connected to the *SCS line and tested it with a peek to $ff40.&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;Below is a snapshot of the board that I created wired into my computer:&lt;br&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001220a.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="286" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1270402756733/Home/mmc-sd-interface-v2-1/0404001220a.jpg" width="320"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="color:rgb(176, 218, 233);font-family:Trebuchet MS, arial, sans-serif;font-size:20px;font-weight:bold"&gt;Writing the driver&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;br&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;At first when I started I figured that I would use &lt;a href="http://www.hat3.net/Home/multi-media-card-reader-mmc/mmc-software/mmcdrv.asm?attredirects=0&amp;amp;d=1" rel="nofollow"&gt;my old MMC driver&lt;/a&gt; as a basis for the new driver.  Then as I started looking into the code I remembered all the pain and frustration of trying to create a driver that needed to handle 512 byte sectors in a 256 byte sector environment.  After messing around with my old code for a few hours the thought occurred to me that I could use&lt;a href="http://www.frontiernet.net/~mmarlette/Cloud-9/Software/SuperDriver.html" rel="nofollow"&gt; Cloud-9's SuperDriver&lt;/a&gt; and prevent a lot of extra work.  Thankfully there is an example low level driver template that is included with SuperDriver that allows you to build your own custom low level driver and use it with SuperDriver. &lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;br&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;h2&gt;&lt;a name="TOC-Coding-a-low-level-driver-using-Sup"&gt;&lt;/a&gt;Coding a low level driver using SuperDriver&lt;/h2&gt;&lt;div&gt;Using the low level tempate I started to copy most of my existing MMC code over and started adding code to handle SD and SDHC cards.  Some additional commands and a small amount of extra code is all that is required to handle the 3 different cards.  &lt;/div&gt;&lt;div&gt;As debugging started I found myself removing a lot of the code for SD and SDHC cards to make sure that things were working properly with the hardware.  So currently the driver only implements MMC cards.  The other problem was that in my spare parts bin I only had slots for MMC cards.  I plan on purchasing a couple of SD card slots to I can get the driver working with SD and SDHC cards soon.&lt;br&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/llsd.asm?attredirects=0"&gt;The working driver code can be downloaded here.&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;h2&gt;&lt;a name="TOC-Testing-the-driver"&gt;&lt;/a&gt;Testing the driver&lt;/h2&gt;&lt;div&gt;Using DriveWire and Nitros9 source made making the boot disks a quick and easy process.  About 20 seconds between changes and I was rebooted on the CoCo testing out the latest driver changes.  This is where things started to get really complicated and other things did not go to well with my original design.  I spent a few days testing and debugging the code.  Finally it was clear that another hardware change was going to be required to make the project work.&lt;/div&gt;&lt;div&gt;Some custom makefiles and using drivewire Java version made things go even faster.  After a rebuild I just simply re-launched drivewire using the default.set option to specify the location of the .DSK image that was just rebuilt.  Once the server was up I could reset the CoCo and load in the new driver changes for testing.&lt;/div&gt;&lt;div&gt;I also used the DriveWire option to have a headless CoCo.  This allowed me to telnet to localhost on port 6810 and not use a monitor or the keyboard on the CoCo for testing.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;h2&gt;&lt;a name="TOC-Debugging-the-hardware-software"&gt;&lt;/a&gt;Debugging the hardware/software&lt;/h2&gt;&lt;div&gt;The use of *SCS was a problem as this gave me a SPI mode 3 type interface (clock normally high) and this is not technically what MMC/SD/SDHC cards typically use.  I needed a clock that was normally low and would clock high during data transfer(SPI mode 0).  I had to go back to the CoCo schematic and find another PIA I/O line that would work for a software clock.&lt;/div&gt;&lt;div&gt;After implementing the new hardware change I had to re-write the driver to use the new clocking bit.  This caused a few more bugs and fixed some other bugs.  Finally almost a week after starting the project I was able to read and write data to the card.  &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;h2&gt;&lt;a name="TOC-Implementing-low-level-driver-drive"&gt;&lt;/a&gt;Implementing low level driver drive size detection&lt;br&gt;&lt;/h2&gt;&lt;div&gt;One of the nice features of using SuperDriver is that ability for the low level driver to report the media size during format operations.  This was a very nice feature and so I decided that I would implement the code required to support this operation.&lt;br&gt;Using CMD9 of the MMC/SD card will return the CSD register (128 bits of data).  In this register from the card you will find the C_SIZE, C_SIZE_MULT and the WRITE_BLOCK_SIZE values.  Using these three values you can determine the size of the card.  For SDHC cards the CSD register format is a little different and calculating the size of the card is slightly different.  To decode the bits for each of these important values I created the following spreadsheet.  This gave me an idea of where the bits where and how my bytes I would need to store them.  &lt;br&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-on sites-embed sites-embed-full-width" style="width:100%;"&gt;&lt;h4 class="sites-embed-title"&gt;CSD Register worksheet&lt;/h4&gt;&lt;div class="sites-embed-object-title" style="display:none;"&gt;Google Spreadsheet&lt;/div&gt;&lt;div class="sites-embed-content sites-embed-type-spreadsheet"&gt;&lt;iframe src="http://spreadsheets.google.com/spreadsheet/loadredirect?chrome=false&amp;amp;key=tiG91PLCfkbZ13yzGWzCCag&amp;amp;output=html&amp;amp;pubredirect=true&amp;amp;widget=true" width="100%" height="400" title="Google Spreadsheet" frameborder="0" id="1766369779"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;h2&gt;&lt;a name="TOC-Running-with-MMC-SD-storage"&gt;&lt;/a&gt;Running with MMC/SD storage&lt;/h2&gt;Unfortunately implementing a SPI bus in software is always going to be much slower then implementing one in hardware.  As a resut the Megaread times for the driver in OS9 are not that great.  Also remember that these times are on a CoCo 2 system running Nitros9 Level I.  &lt;br&gt;&lt;br&gt;&lt;span style="line-height:normal;border-collapse:collapse"&gt;&lt;font face="'courier new', monospace"&gt;&lt;font color="#FFFFFF"&gt;&lt;span style="background-color:rgb(153, 153, 153)"&gt;OS9:date -t;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="'courier new', monospace"&gt;&lt;font color="#FFFFFF"&gt;&lt;span style="background-color:rgb(153, 153, 153)"&gt;megaread&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="'courier new', monospace"&gt;&lt;font color="#FFFFFF"&gt;&lt;span style="background-color:rgb(153, 153, 153)"&gt; &amp;lt;/sd0@;date -t&lt;br&gt;April 02, 2010  22:58:20&lt;br&gt;April 02, 2010  23:04:55&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;h2&gt;&lt;a name="TOC-Final-thoughts"&gt;&lt;/a&gt;Final thoughts&lt;/h2&gt;Of all the projects I have worked on for the CoCo  (IDE interface, MMC interface V1, and the 512k memory board) this was by far the fastest turn around time.  Within one week of dreaming up the design I had a working project with a completly functioning OS-9 driver up and working.&lt;br&gt;Now the next question is, what do you do with 32GB of SDHC space on a CoCo?&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;h2&gt;&lt;a name="TOC-Pictures-of-the-project-"&gt;&lt;/a&gt;Pictures of the project&lt;br&gt;&lt;table border="1" bordercolor="#888" cellspacing="0" style="border-collapse:collapse;border-top-color:rgb(136, 136, 136);border-right-color:rgb(136, 136, 136);border-bottom-color:rgb(136, 136, 136);border-left-color:rgb(136, 136, 136);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001219.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="133" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1270402737154/Home/mmc-sd-interface-v2-1/0404001219.jpg" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001219a.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="167" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1270402742466/Home/mmc-sd-interface-v2-1/0404001219a.jpg" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001220.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="145" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1270402754798/Home/mmc-sd-interface-v2-1/0404001220.jpg" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001220d.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" height="150" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1270402767109/Home/mmc-sd-interface-v2-1/0404001220d.jpg" width="200"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/h2&gt;&lt;div&gt;&lt;font color="#B0DAE9" face="'Trebuchet MS', arial, sans-serif" size="6"&gt;&lt;span style="font-size:20px"&gt;&lt;b&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:728px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=728;
google_ad_height=15;
google_ad_format="728x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=STbzyihjIUk:phXFGBgQWSc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=STbzyihjIUk:phXFGBgQWSc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=STbzyihjIUk:phXFGBgQWSc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=STbzyihjIUk:phXFGBgQWSc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=STbzyihjIUk:phXFGBgQWSc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=STbzyihjIUk:phXFGBgQWSc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/STbzyihjIUk" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/STbzyihjIUk/mmc-sd-interface-v2-1" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/196121420055504762" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>mmc-sd-interface-v2-1</sites:pageName><sites:revision>14</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1</feedburner:origLink></entry><entry gd:etag="&quot;YD0peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/5949182446483725837</id><published>2010-04-05T03:07:57.051Z</published><updated>2010-04-05T03:07:57.072Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-05T03:07:57.051Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>llsd.asm</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/5949182446483725837">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8hTTVblQd2I:i9mKDlgzG2Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8hTTVblQd2I:i9mKDlgzG2Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=8hTTVblQd2I:i9mKDlgzG2Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8hTTVblQd2I:i9mKDlgzG2Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8hTTVblQd2I:i9mKDlgzG2Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=8hTTVblQd2I:i9mKDlgzG2Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/8hTTVblQd2I" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="alternate" type="application/octet-stream" href="http://feedproxy.google.com/~r/google/coco/~3/8hTTVblQd2I/llsd.asm" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/5949182446483725837" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5949182446483725837" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5949182446483725837" /><link rel="edit-media" type="application/octet-stream" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/5949182446483725837" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>1</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/llsd.asm</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/981057640036851629</id><published>2010-04-04T17:39:21.246Z</published><updated>2010-04-04T17:39:27.109Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T17:39:27.098Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>0404001220d.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/981057640036851629">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=b_ClTBQFUJk:hbWnhYJIcl8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=b_ClTBQFUJk:hbWnhYJIcl8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=b_ClTBQFUJk:hbWnhYJIcl8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=b_ClTBQFUJk:hbWnhYJIcl8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=b_ClTBQFUJk:hbWnhYJIcl8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=b_ClTBQFUJk:hbWnhYJIcl8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/b_ClTBQFUJk" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/b_ClTBQFUJk/0404001220d.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/981057640036851629" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/981057640036851629" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/981057640036851629" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/981057640036851629" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001220d.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD0peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4597456794984176796</id><published>2010-04-04T17:39:16.719Z</published><updated>2010-04-04T17:39:16.733Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T17:39:16.719Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>0404001220a.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/4597456794984176796">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=1kvXAxAU4J4:dfX_2XbSpEw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=1kvXAxAU4J4:dfX_2XbSpEw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=1kvXAxAU4J4:dfX_2XbSpEw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=1kvXAxAU4J4:dfX_2XbSpEw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=1kvXAxAU4J4:dfX_2XbSpEw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=1kvXAxAU4J4:dfX_2XbSpEw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/1kvXAxAU4J4" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/1kvXAxAU4J4/0404001220a.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4597456794984176796" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4597456794984176796" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4597456794984176796" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/4597456794984176796" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>1</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001220a.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/2268278579316879426</id><published>2010-04-04T17:39:09.069Z</published><updated>2010-04-04T17:39:14.798Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T17:39:14.790Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>0404001220.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/2268278579316879426">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=awCib98kvcw:KC9PI6-JeF8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=awCib98kvcw:KC9PI6-JeF8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=awCib98kvcw:KC9PI6-JeF8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=awCib98kvcw:KC9PI6-JeF8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=awCib98kvcw:KC9PI6-JeF8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=awCib98kvcw:KC9PI6-JeF8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/awCib98kvcw" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/awCib98kvcw/0404001220.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/2268278579316879426" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/2268278579316879426" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/2268278579316879426" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/2268278579316879426" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001220.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD0peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/2518067276109529122</id><published>2010-04-04T17:39:02.448Z</published><updated>2010-04-04T17:39:02.466Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T17:39:02.448Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>0404001219a.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/2518067276109529122">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=B7g4YaHq4uY:-vcg3Jaavpg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=B7g4YaHq4uY:-vcg3Jaavpg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=B7g4YaHq4uY:-vcg3Jaavpg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=B7g4YaHq4uY:-vcg3Jaavpg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=B7g4YaHq4uY:-vcg3Jaavpg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=B7g4YaHq4uY:-vcg3Jaavpg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/B7g4YaHq4uY" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/B7g4YaHq4uY/0404001219a.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/2518067276109529122" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/2518067276109529122" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/2518067276109529122" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/2518067276109529122" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>1</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001219a.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD0peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4590225110328140330</id><published>2010-04-04T17:38:57.146Z</published><updated>2010-04-04T17:38:57.154Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T17:38:57.146Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>0404001219.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/4590225110328140330">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7JSbPMUojjo:B_eruZCuaOs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7JSbPMUojjo:B_eruZCuaOs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=7JSbPMUojjo:B_eruZCuaOs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7JSbPMUojjo:B_eruZCuaOs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=7JSbPMUojjo:B_eruZCuaOs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=7JSbPMUojjo:B_eruZCuaOs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/7JSbPMUojjo" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/7JSbPMUojjo/0404001219.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4590225110328140330" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4590225110328140330" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4590225110328140330" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/4590225110328140330" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>1</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001219.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD0peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/2513902050029545132</id><published>2010-04-04T17:38:46.755Z</published><updated>2010-04-04T17:38:46.782Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T17:38:46.755Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>0404001218.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/2513902050029545132">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=hkoUQqEsSQ0:0jTWMsKMBKY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=hkoUQqEsSQ0:0jTWMsKMBKY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=hkoUQqEsSQ0:0jTWMsKMBKY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=hkoUQqEsSQ0:0jTWMsKMBKY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=hkoUQqEsSQ0:0jTWMsKMBKY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=hkoUQqEsSQ0:0jTWMsKMBKY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/hkoUQqEsSQ0" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/196121420055504762" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/hkoUQqEsSQ0/0404001218.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/2513902050029545132" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/2513902050029545132" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/2513902050029545132" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/2513902050029545132" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>1</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/mmc-sd-interface-v2-1/0404001218.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YDopeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4449633738970510673</id><published>2010-03-24T03:18:37.925Z</published><updated>2010-03-24T12:03:48.811Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-24T12:03:48.809Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>Slot Extender</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;span style="font-size:medium"&gt;&lt;b&gt;This project is brought to us by John over at &lt;/b&gt;&lt;a href="http://gimechip.com" rel="nofollow"&gt;&lt;b&gt;gimechip.com&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Using this board you can extend the cart slot out to a breadboard or make a y-cable.&lt;/span&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;Here are the snapshots of the board:&lt;br&gt;&lt;table border="1" bordercolor="#888" cellspacing="0" style="border-collapse:collapse;border-top-color:rgb(136, 136, 136);border-right-color:rgb(136, 136, 136);border-bottom-color:rgb(136, 136, 136);border-left-color:rgb(136, 136, 136);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/other-projects/slot-extender/SlotExtenderSide1.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403675808/Home/other-projects/slot-extender/SlotExtenderSide1.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width:60px"&gt; &lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/other-projects/slot-extender/SlotExtenderSide2.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403675808/Home/other-projects/slot-extender/SlotExtenderSide2.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;Below is the schematic of the board:&lt;br&gt;&lt;/span&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/other-projects/slot-extender/SlotExtenderSchematic.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403675808/Home/other-projects/slot-extender/SlotExtenderSchematic.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;br&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;And most important is are the &lt;a href="http://www.cadsoftusa.com/freeware.htm" rel="nofollow"&gt;Eagle&lt;/a&gt; Files so you can load and play with the board files yourself.&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/other-projects/slot-extender/SlotExtender.brd?attredirects=0"&gt;Slot Extender.brd&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/other-projects/slot-extender/SlotExtender.sch?attredirects=0"&gt;Slot Extender.sch&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:468px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=468;
google_ad_height=15;
google_ad_format="468x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=ah35uLkVaGk:wzob-FKk7O8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=ah35uLkVaGk:wzob-FKk7O8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=ah35uLkVaGk:wzob-FKk7O8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=ah35uLkVaGk:wzob-FKk7O8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=ah35uLkVaGk:wzob-FKk7O8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=ah35uLkVaGk:wzob-FKk7O8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/ah35uLkVaGk" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6321810882359806014" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/ah35uLkVaGk/slot-extender" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4449633738970510673" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4449633738970510673" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4449633738970510673" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>slot-extender</sites:pageName><sites:revision>6</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/other-projects/slot-extender</feedburner:origLink></entry><entry gd:etag="&quot;YDUpeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/5632298014406531986</id><published>2009-12-15T03:44:02.902Z</published><updated>2010-03-24T04:10:05.874Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-24T04:10:05.874Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>Java DriveWire Server</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;div style="display:block;text-align:left"&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;NEW: as of 2/27/2010 There is now a beta version of Java DriveWire server available for download.  For more information on&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/drivewirebetadownload"&gt; downloading the latest beta version of Java DriveWire server please see this link.&lt;/a&gt;&lt;br&gt;&lt;br&gt;I would like to share the new Java &lt;/span&gt;&lt;/b&gt;&lt;a href="http://www.frontiernet.net/~mmarlette/Cloud-9/Software/DriveWire3.html" rel="nofollow"&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;DriveWire Server&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt; in action.  For more information on DriveWire please see the &lt;/span&gt;&lt;/b&gt;&lt;a href="http://www.frontiernet.net/~mmarlette/Cloud-9/Support/DriveWire%203%20User%20Manual.pdf" rel="nofollow"&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;documentation&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt; from &lt;/span&gt;&lt;/b&gt;&lt;a href="http://cloud9tech.com/" rel="nofollow"&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;Cloud9s web site&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt; here.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://aaronwolfe.com/coco/" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt;Aaron Wolfe&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:medium"&gt; has been hard at work converting the Linux version of&lt;/span&gt;&lt;a href="http://drivewireserver.cvs.sourceforge.net/viewvc/drivewireserver/drivewireserver/java/src/" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt; DriveWire into Java&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:medium"&gt; and extending it to support incoming telnet sessions.&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;Here is a screen shot of his development Color Computer 3 running DriveWire.  You will notice that it is only a Color Computer 3 with a DriveWire cartridge plugged in.&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/multicoco-1.jpg?attredirects=0" imageanchor="1"&gt;&lt;span style="font-size:medium"&gt;&lt;img border="0" height="320" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805864/Home/java-drivewire-server/multicoco-1.jpg" width="292"&gt;&lt;/img&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;There are a couple of different ways you can connect to his CoCo.  One thing to note is that this is his development computer, so there are times when it may not be up and running.&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;The first way is to use a telnet client and connect to home.spogbiper.com on port 6809.  Screen shot below:&lt;br&gt;&lt;/span&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/ScreenHunter_01Dec.1421.12.gif?attredirects=0" imageanchor="1"&gt;&lt;span style="font-size:medium"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805856/Home/java-drivewire-server/ScreenHunter_01Dec.1421.12.gif"&gt;&lt;/img&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;The other way you can connect to the server is via a web page that implements a telnet window within your browser.&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;This address is located at &lt;/span&gt;&lt;a href="http://home.spogbiper.com:6800/anyterm.html" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt;http://home.spogbiper.com:6800/anyterm.html&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/SNAG-002.jpg?attredirects=0" imageanchor="1"&gt;&lt;span style="font-size:medium"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805856/Home/java-drivewire-server/SNAG-002.jpg"&gt;&lt;/img&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:468px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=468;
google_ad_height=15;
google_ad_format="468x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;br&gt;Multiple Telnet Sessions:&lt;br&gt;&lt;/span&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://aaronwolfe.com/coco/scdwt_1.gif" imageanchor="1" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt;&lt;img border="0" height="246" src="http://aaronwolfe.com/coco/scdwt_1.gif" width="400"&gt;&lt;/img&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;If you would like to connect to Aaron's Color Computer via telnet or the web &lt;/span&gt;&lt;/b&gt;&lt;a href="mailto:aawolfe@gmail.com"&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;please send him an email&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;.  Currently his only connected CoCo is also his development computer, so it might not always be up and running.&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=9Dv6k2MrtpA:gkbukqEO2Io:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=9Dv6k2MrtpA:gkbukqEO2Io:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=9Dv6k2MrtpA:gkbukqEO2Io:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=9Dv6k2MrtpA:gkbukqEO2Io:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=9Dv6k2MrtpA:gkbukqEO2Io:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=9Dv6k2MrtpA:gkbukqEO2Io:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/9Dv6k2MrtpA" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/6470991430829316201" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/9Dv6k2MrtpA/java-drivewire-server" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/5632298014406531986" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5632298014406531986" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5632298014406531986" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>java-drivewire-server</sites:pageName><sites:revision>9</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server</feedburner:origLink></entry><entry gd:etag="&quot;YDkpeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/253471827548125693</id><published>2009-12-31T17:51:29.507Z</published><updated>2010-03-24T04:10:05.867Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T18:43:36.968Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>Tandy Color Computer 3 as a Web Server</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;span style="font-size:medium"&gt;Can a Tandy Color Computer also be a web server?  You bet it can.  Aaron has extended Drivewire and created a simple Basic09 program that allows the CoCo to serve up web pages.&lt;br&gt;&lt;br&gt;If you would like to go to his CoCo web page on the internet &lt;/span&gt;&lt;a href="http://home.spogbiper.com/" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt;use this link here&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:medium"&gt;.&lt;br&gt;&lt;br&gt;&lt;a href="http://home.spogbiper.com/r0/drivewire.html" rel="nofollow"&gt;Aaron's CoCo is also serving up more pages here.&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;If his site is down (because of development), below is a screen shot taken 12/31/2009 of the web page:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/web-server/ScreenHunter_01%20Dec.%2031%2011.57.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805867/Home/java-drivewire-server/web-server/ScreenHunter_01%20Dec.%2031%2011.57.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br&gt;&lt;/span&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:728px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=728;
google_ad_height=15;
google_ad_format="728x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/web-server/httpd.txt?attredirects=0"&gt;Attached below is a copy of the original Basic09 Source code or click here to download.&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=nVOJRJMQxrE:4LSwFxYwfVs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=nVOJRJMQxrE:4LSwFxYwfVs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=nVOJRJMQxrE:4LSwFxYwfVs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=nVOJRJMQxrE:4LSwFxYwfVs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=nVOJRJMQxrE:4LSwFxYwfVs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=nVOJRJMQxrE:4LSwFxYwfVs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/nVOJRJMQxrE" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5632298014406531986" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/nVOJRJMQxrE/web-server" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/253471827548125693" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/253471827548125693" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/253471827548125693" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>web-server</sites:pageName><sites:revision>5</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/web-server</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/3077890727505812729</id><published>2009-12-31T17:59:14.138Z</published><updated>2010-03-24T04:10:05.867Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T17:59:14.138Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>ScreenHunter_01 Dec. 31 11.57.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/3077890727505812729">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=rkQug_DXdx4:SibIr52W58k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=rkQug_DXdx4:SibIr52W58k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=rkQug_DXdx4:SibIr52W58k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=rkQug_DXdx4:SibIr52W58k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=rkQug_DXdx4:SibIr52W58k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=rkQug_DXdx4:SibIr52W58k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/rkQug_DXdx4" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/253471827548125693" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/rkQug_DXdx4/ScreenHunter_01%20Dec.%2031%2011.57.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/3077890727505812729" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/3077890727505812729" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/3077890727505812729" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/3077890727505812729" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/web-server/ScreenHunter_01%20Dec.%2031%2011.57.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/8058945494396499840</id><published>2009-12-31T18:02:57.033Z</published><updated>2010-03-24T04:10:05.867Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T18:02:57.033Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>httpd.txt</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/8058945494396499840">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=WtOIhDMJSKk:3dBkdWsZpAc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=WtOIhDMJSKk:3dBkdWsZpAc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=WtOIhDMJSKk:3dBkdWsZpAc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=WtOIhDMJSKk:3dBkdWsZpAc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=WtOIhDMJSKk:3dBkdWsZpAc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=WtOIhDMJSKk:3dBkdWsZpAc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/WtOIhDMJSKk" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/253471827548125693" /><link rel="alternate" type="text/plain" href="http://feedproxy.google.com/~r/google/coco/~3/WtOIhDMJSKk/httpd.txt" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/8058945494396499840" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/8058945494396499840" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/8058945494396499840" /><link rel="edit-media" type="text/plain" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/8058945494396499840" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/web-server/httpd.txt</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4647630267374537873</id><published>2009-12-15T04:45:25.221Z</published><updated>2010-03-24T04:10:05.866Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-15T04:45:25.221Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>SNAG-004.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/4647630267374537873">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=SAvYwZP-Ruc:WRiWWPfvMoI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=SAvYwZP-Ruc:WRiWWPfvMoI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=SAvYwZP-Ruc:WRiWWPfvMoI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=SAvYwZP-Ruc:WRiWWPfvMoI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=SAvYwZP-Ruc:WRiWWPfvMoI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=SAvYwZP-Ruc:WRiWWPfvMoI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/SAvYwZP-Ruc" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4926448898782521290" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/SAvYwZP-Ruc/SNAG-004.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4647630267374537873" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4647630267374537873" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4647630267374537873" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/4647630267374537873" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/multiple-telnet-sessions/SNAG-004.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/7872647886344698108</id><published>2009-12-15T04:44:25.361Z</published><updated>2010-03-24T04:10:05.866Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-15T04:44:25.361Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>SNAG-002.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/7872647886344698108">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_-6aPrqAz2s:5N7wGw2d5PQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_-6aPrqAz2s:5N7wGw2d5PQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=_-6aPrqAz2s:5N7wGw2d5PQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_-6aPrqAz2s:5N7wGw2d5PQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_-6aPrqAz2s:5N7wGw2d5PQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=_-6aPrqAz2s:5N7wGw2d5PQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/_-6aPrqAz2s" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4926448898782521290" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/_-6aPrqAz2s/SNAG-002.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/7872647886344698108" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/7872647886344698108" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/7872647886344698108" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/7872647886344698108" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/multiple-telnet-sessions/SNAG-002.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YDgpeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4926448898782521290</id><published>2009-12-15T04:38:06.765Z</published><updated>2010-03-24T04:10:05.865Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-15T13:20:03.897Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>Multiple telnet sessions</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;b&gt;As of 12/14/2009 I would like to report the first known case of a Tandy Color Computer 3 being available on the internet and having 3 separate Telnet sessions running at the same time.&lt;/b&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Arron Wolfe, Boisy Pitre, and Jim Hathaway were all connected via separate telnet sessions to Aaron Wolfe's Color Computer 3 running Nitros9.&lt;br&gt;&lt;br&gt;As you can see below we each left a separate file on the root of the system:&lt;br&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/multiple-telnet-sessions/SNAG-002.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805866/Home/java-drivewire-server/multiple-telnet-sessions/SNAG-002.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:468px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=468;
google_ad_height=15;
google_ad_format="468x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;Procs List with all of our activity:&lt;br&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/multiple-telnet-sessions/SNAG-004.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805866/Home/java-drivewire-server/multiple-telnet-sessions/SNAG-004.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=K_0jT-YlsJU:DdS2bmVtp-c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=K_0jT-YlsJU:DdS2bmVtp-c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=K_0jT-YlsJU:DdS2bmVtp-c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=K_0jT-YlsJU:DdS2bmVtp-c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=K_0jT-YlsJU:DdS2bmVtp-c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=K_0jT-YlsJU:DdS2bmVtp-c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/K_0jT-YlsJU" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5632298014406531986" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/K_0jT-YlsJU/multiple-telnet-sessions" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4926448898782521290" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4926448898782521290" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4926448898782521290" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>multiple-telnet-sessions</sites:pageName><sites:revision>4</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/multiple-telnet-sessions</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/289743702845744138</id><published>2009-12-31T19:40:09.973Z</published><updated>2010-03-24T04:10:05.864Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T19:40:09.973Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>FireFox DriveWire Status.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/289743702845744138">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=s0jERwpSpHA:dTE8du8Z8WY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=s0jERwpSpHA:dTE8du8Z8WY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=s0jERwpSpHA:dTE8du8Z8WY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=s0jERwpSpHA:dTE8du8Z8WY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=s0jERwpSpHA:dTE8du8Z8WY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=s0jERwpSpHA:dTE8du8Z8WY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/s0jERwpSpHA" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4035783384835047893" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/s0jERwpSpHA/FireFox%20DriveWire%20Status.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/289743702845744138" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/289743702845744138" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/289743702845744138" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/289743702845744138" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/java-web-front-end/FireFox%20DriveWire%20Status.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YDspeyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4035783384835047893</id><published>2009-12-15T04:59:33.376Z</published><updated>2010-03-24T04:10:05.864Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T19:45:06.772Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#webpage" label="webpage" /><title>GWT Web UI</title><content type="html">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="sites-layout-tile sites-tile-name-content-1"&gt;&lt;div dir="ltr"&gt;&lt;span style="font-size:medium"&gt;The new Java Drivewire server will have a web front end using the latest browser technologies like AJAX.&lt;/span&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;The interface will be how you connect and manage your drivewire server.  Because the server is available via HTTP you access the page locally or over your local network on another PC.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;All modern browser are supported such as &lt;br&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:medium"&gt;Internet Explorer&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.google.com/chrome"&gt;&lt;span style="font-size:medium"&gt;Google Chrome&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.mozilla.com/en-US/firefox/firefox.html" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt;Firefox&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.apple.com/safari/download/" rel="nofollow"&gt;&lt;span style="font-size:medium"&gt;Safari&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:medium"&gt;iPod touch&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:medium"&gt;iPhone&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:medium"&gt;etc.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;The web front end is still in the early stages.  &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;div class="sites-embed-align-left-wrapping-off"&gt;&lt;div class="sites-embed-border-off sites-embed" style="width:468px;"&gt;&lt;div class="sites-embed-content sites-embed-type-adsense"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client="pub-7655937221484498";
google_ad_host="pub-6693688277674466";
google_ad_width=468;
google_ad_height=15;
google_ad_format="468x15_0ads_al_s";
google_color_border="3B5F7B";
google_color_bg="3B5F7B";
google_color_link="000000";
google_color_url="99FFFF";
google_color_text="323229";
//--&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&#xD;
&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size:medium"&gt;Below is a sample screen shot of the work in progress:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:medium"&gt;&lt;br&gt;&lt;/span&gt;&lt;div style="display:block;text-align:left"&gt;&lt;span style="font-size:medium"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/java-web-front-end/ScreenHunter_06%20Dec.%2014%2022.58.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805864/Home/java-drivewire-server/java-web-front-end/ScreenHunter_06%20Dec.%2014%2022.58.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;b&gt;If you are wondering how can GWT possibly make it so easy that it will look and work the same way across browsers here are the pages being served via Linux on a &lt;/b&gt;&lt;a href="http://en.wikipedia.org/wiki/NSLU2" rel="nofollow"&gt;&lt;b&gt;Linksys NSLU2&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;table border="1" bordercolor="#888" cellspacing="0" style="border-collapse:collapse;border-top-color:rgb(136, 136, 136);border-right-color:rgb(136, 136, 136);border-bottom-color:rgb(136, 136, 136);border-left-color:rgb(136, 136, 136);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width:60px"&gt;&lt;div style="text-align:center"&gt; &lt;b&gt;Google Chrome:&lt;/b&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/java-web-front-end/Chrome%20Drivewire%20Status.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805864/Home/java-drivewire-server/java-web-front-end/Chrome%20Drivewire%20Status.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;/td&gt;&lt;td style="text-align:center;width:60px"&gt;&lt;b&gt; FireFox:&lt;br&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/java-web-front-end/FireFox%20DriveWire%20Status.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805864/Home/java-drivewire-server/java-web-front-end/FireFox%20DriveWire%20Status.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width:60px"&gt;&lt;div style="text-align:center"&gt;&lt;b&gt; Internet Explorer:&lt;/b&gt;&lt;/div&gt;&lt;div style="display:block;text-align:left"&gt;&lt;a href="http://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/java-web-front-end/Internet%20Explorer%20DriveWire%20Status.jpg?attredirects=0" imageanchor="1"&gt;&lt;img border="0" src="http://sites.google.com/a/hat3.net/coco-projects/_/rsrc/1269403805864/Home/java-drivewire-server/java-web-front-end/Internet%20Explorer%20DriveWire%20Status.jpg"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;/td&gt;&lt;td style="width:60px"&gt; Other&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gaQDCbXjJuk:YIB5-IDr7ns:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gaQDCbXjJuk:YIB5-IDr7ns:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=gaQDCbXjJuk:YIB5-IDr7ns:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gaQDCbXjJuk:YIB5-IDr7ns:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=gaQDCbXjJuk:YIB5-IDr7ns:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=gaQDCbXjJuk:YIB5-IDr7ns:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/gaQDCbXjJuk" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5632298014406531986" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/google/coco/~3/gaQDCbXjJuk/java-web-front-end" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4035783384835047893" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4035783384835047893" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4035783384835047893" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:pageName>java-web-front-end</sites:pageName><sites:revision>7</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/java-web-front-end</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/4278821264052953964</id><published>2009-12-15T04:06:33.135Z</published><updated>2010-03-24T04:10:05.864Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-15T04:06:33.135Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>multicoco-1.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/4278821264052953964">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_qnyFbzp3Ak:YgXrxRTv51s:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_qnyFbzp3Ak:YgXrxRTv51s:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=_qnyFbzp3Ak:YgXrxRTv51s:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_qnyFbzp3Ak:YgXrxRTv51s:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=_qnyFbzp3Ak:YgXrxRTv51s:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=_qnyFbzp3Ak:YgXrxRTv51s:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/_qnyFbzp3Ak" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5632298014406531986" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/_qnyFbzp3Ak/multicoco-1.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/4278821264052953964" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4278821264052953964" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4278821264052953964" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/4278821264052953964" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/multicoco-1.jpg</feedburner:origLink></entry><entry gd:etag="&quot;YD4peyY.&quot;"><id>https://sites.google.com/feeds/content/hat3.net/coco-projects/5140748210751864064</id><published>2009-12-31T19:39:34.540Z</published><updated>2010-03-24T04:10:05.864Z</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T19:39:34.540Z</app:edited><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/sites/2008#attachment" label="attachment" /><title>Chrome Drivewire Status.jpg</title><summary /><content type="html" src="https://4627032133374422023-a-hat3-net-s-sites.googlegroups.com/feeds/media/content/hat3.net/coco-projects/5140748210751864064">&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8Q4nepTHu3k:NAH30IhKqUg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8Q4nepTHu3k:NAH30IhKqUg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=8Q4nepTHu3k:NAH30IhKqUg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8Q4nepTHu3k:NAH30IhKqUg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/google/coco?a=8Q4nepTHu3k:NAH30IhKqUg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/google/coco?i=8Q4nepTHu3k:NAH30IhKqUg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/google/coco/~4/8Q4nepTHu3k" height="1" width="1"/&gt;</content><link rel="http://schemas.google.com/sites/2008#parent" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/4035783384835047893" /><link rel="alternate" type="image/jpeg" href="http://feedproxy.google.com/~r/google/coco/~3/8Q4nepTHu3k/Chrome%20Drivewire%20Status.jpg" /><link rel="http://schemas.google.com/sites/2008#revision" type="application/atom+xml" href="https://sites.google.com/feeds/revision/hat3.net/coco-projects/5140748210751864064" /><link rel="self" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5140748210751864064" /><link rel="edit" type="application/atom+xml" href="https://sites.google.com/feeds/content/hat3.net/coco-projects/5140748210751864064" /><link rel="edit-media" type="image/jpeg" href="https://sites.google.com/feeds/media/content/hat3.net/coco-projects/5140748210751864064" /><author><name>Jim Hathaway</name><email>hathaway3@hat3.net</email></author><sites:revision>2</sites:revision><feedburner:origLink>https://sites.google.com/a/hat3.net/coco-projects/Home/java-drivewire-server/java-web-front-end/Chrome%20Drivewire%20Status.jpg</feedburner:origLink></entry></feed>

