<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/syscli/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/syscli/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 19 Nov 2011 16:21:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/syscli/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Shashi Ranjan</title><link>https://sourceforge.net/p/syscli/home/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -14,6 +14,6 @@
     syscli pr | grep my_text  # Client syscli asking server to send "pr" command; grepping..
     syscli pr &gt; myfile.txt    # redirecting output of "pr" command to a file.
 
-A command prompt may end with a whitespace. E.g. a (space) 0x20 or a (tab) 0x09 instead of a '#' (0x23).
+A uboot command prompt on target board may end with a whitespace. E.g. a (space) 0x20 or a (tab) 0x09 instead of a '#' (0x23).
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shashi Ranjan</dc:creator><pubDate>Sat, 19 Nov 2011 16:21:20 -0000</pubDate><guid>https://sourceforge.netd18421e813bbebd731bd4ea693b8feeee265df6b</guid></item><item><title>WikiPage Home modified by Shashi Ranjan</title><link>https://sourceforge.net/p/syscli/home/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -14,5 +14,6 @@
     syscli pr | grep my_text  # Client syscli asking server to send "pr" command; grepping..
     syscli pr &gt; myfile.txt    # redirecting output of "pr" command to a file.
 
+A command prompt may end with a whitespace. E.g. a (space) 0x20 or a (tab) 0x09 instead of a '#' (0x23).
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shashi Ranjan</dc:creator><pubDate>Sat, 19 Nov 2011 16:20:46 -0000</pubDate><guid>https://sourceforge.netb1d162da96900c8f3958dd17fe0a85e93b58ff1d</guid></item><item><title>WikiPage Home modified by Shashi Ranjan</title><link>https://sourceforge.net/p/syscli/home/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,5 +1,5 @@
 [[project_admins]]
-This tool makes it possible for you embedded device UART based CLIs to become a host command.
+This tool makes it possible for you embedded device UART based CLI commands to become a host command.
 
 E.g.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shashi Ranjan</dc:creator><pubDate>Sat, 19 Nov 2011 16:18:46 -0000</pubDate><guid>https://sourceforge.net9890f712724f918d70df1f66535f50a78addc167</guid></item><item><title>WikiPage Home modified by Shashi Ranjan</title><link>https://sourceforge.net/p/syscli/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,18 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/syscli/home/markdown_syntax/) syntax.
+[[project_admins]]
+This tool makes it possible for you embedded device UART based CLIs to become a host command.
+
+E.g.
+
+uBoot has a command as "pr". It displays the list fo available commands and settings.
+The list is often huge. Whould it not be nice, if you could run "grep" command over it??
+
+Well, sysCli makes that possible. An example session will show you how: (on Windows Cygwin)
+
+    syscli _stay &amp;            # This command starts syscli server
+    syscli _open COM1 115200  # Invokes a client syscli and asking server to open COM1
+    syscli _seteot 0x23       # Letting server know that command prompt ends with '#' (0x23)
+    syscli pr | grep my_text  # Client syscli asking server to send "pr" command; grepping..
+    syscli pr &gt; myfile.txt    # redirecting output of "pr" command to a file.
+
+
+[[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shashi Ranjan</dc:creator><pubDate>Sat, 19 Nov 2011 16:18:02 -0000</pubDate><guid>https://sourceforge.netcc54bc4664cf8acfe35f6c5ad4ca139f75e3c318</guid></item><item><title>WikiPage Home modified by Shashi Ranjan</title><link>https://sourceforge.net/p/syscli/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/syscli/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shashi Ranjan</dc:creator><pubDate>Mon, 31 Oct 2011 07:06:07 -0000</pubDate><guid>https://sourceforge.net592a7faa629110d15036db715bcc3a91e76f1d02</guid></item></channel></rss>