richardcochran / slush

Simple Linux UART Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This software is a simple utility for testing a serial port. It reads from the standard input and writes to a serial port. Often I wondered why no one ever published such a tool before. I myself have needed such a thing when developing embedded systems. Anyhow, here it is now, for you to enjoy.

License

The software is copyrighted by the author and is licensed under the GNU General Public License. See the file, COPYING, for details of the license terms.

About

Simple Linux UART Shell

License:GNU General Public License v2.0


Languages

Language:C 86.9%Language:Makefile 13.1%