This tool makes it possible for you embedded device UART based CLI commands to become a host command.

E.g.

uBoot has a command as "pr". It displays the list of available commands and settings.
The list is often huge. Would 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 & # 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 > myfile.txt # redirecting output of "pr" command to a file.

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).

Features

  • Embedded board CLI commands are integrated to the PC
  • Call Target Board CLI commands as if it is a normal shell command
  • Process the output of the Target CLI commands through Grep or Perl and based on the output, issu next Target CLI commands...all from PC system shell
  • No need to write any Terminal Scripts (E.g. TeraTerm Scripts)
  • Useful in automating Test Cases

Project Samples

Project Activity

See All Activity >

Follow sysCli

sysCli Web Site

Other Useful Business Software
The All-in-One Commerce Platform for Businesses - Shopify Icon
The All-in-One Commerce Platform for Businesses - Shopify

Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of sysCli!

Additional Project Details

Registered

2011-10-31