<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to USB-UART bridge</title><link>https://sourceforge.net/p/flashforth/wiki/USB-UART%2520bridge/</link><description>Recent changes to USB-UART bridge</description><atom:link href="https://sourceforge.net/p/flashforth/wiki/USB-UART%20bridge/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 19 Jan 2015 19:17:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/flashforth/wiki/USB-UART%20bridge/feed" rel="self" type="application/rss+xml"/><item><title>USB-UART bridge modified by Mikael Nordman</title><link>https://sourceforge.net/p/flashforth/wiki/USB-UART%2520bridge/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,9 +5,11 @@

 ~~~~~
 : bridge ( -- )
+  u1-
   begin
     rxu? if rxu tx1 then
     rx1? if rx1 txu then
   again
 ;
 ~~~~~
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael Nordman</dc:creator><pubDate>Mon, 19 Jan 2015 19:17:23 -0000</pubDate><guid>https://sourceforge.net4cfca1ff662bb78ef5dff114b75a1beb06cd7730</guid></item><item><title>USB-UART bridge modified by Mikael Nordman</title><link>https://sourceforge.net/p/flashforth/wiki/USB-UART%2520bridge/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,7 @@
 A PIC18F14K50 chip can be used as a USB-UART bridge.

 After building the electronics and programming it with the USB version of FlashForth,
-the BRIDGE word can be used to birdge the UART and the USB interfaces.
+the BRIDGE word can be used to bridge the UART and the USB interfaces.

 ~~~~~
 : bridge ( -- )
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael Nordman</dc:creator><pubDate>Fri, 26 Dec 2014 20:52:11 -0000</pubDate><guid>https://sourceforge.net393f37a6476ab8b118b78e5a3b97a705aa098259</guid></item><item><title>USB-UART bridge modified by Mikael Nordman</title><link>https://sourceforge.net/p/flashforth/wiki/USB-UART%2520bridge/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A PIC18F14K50 chip can be used as a USB-UART bridge.&lt;/p&gt;
&lt;p&gt;After building the electronics and programming it with the USB version of FlashForth,&lt;br /&gt;
the BRIDGE word can be used to birdge the UART and the USB interfaces.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;bridge&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="n"&gt;begin&lt;/span&gt;
    &lt;span class="n"&gt;rxu&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;rxu&lt;/span&gt; &lt;span class="n"&gt;tx1&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt;
    &lt;span class="n"&gt;rx1&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;rx1&lt;/span&gt; &lt;span class="n"&gt;txu&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt;
  &lt;span class="n"&gt;again&lt;/span&gt;
&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mikael Nordman</dc:creator><pubDate>Fri, 26 Dec 2014 09:09:41 -0000</pubDate><guid>https://sourceforge.net72ec90307fcc679319962381a1affc0155711f5c</guid></item></channel></rss>