Git Product home page Git Product logo

comsniff's Introduction

comsniff

A windows command-line utility for monitoring and controlling serial port communication.

I have always used the excellent ESPlorer to debug the ESP8266 over serial port, but I often wished I had something simpler at hand. A console program I could invoke directly from the terminal, use as part of a test setup etc. comsniff was created to scratch that itch.

Usage

comsniff -d com5 -b 115200

Options

-h              This help
-q              Reduce debug/info messages (make quieter)
-v              Increase debug/info messages (make more verbose)
-d <port>       Specify port number
-b <baud_rate>  Specify baud rate

Operation

Once opened, you may type and send text over the serial port using the keyboard. History is supported via up and down arrow keys, but no in-line editing is supported. You cannot use left and right arrow keys, backspace, delete etc.

The following hotkeys are also supported:

F2  - Toggle RTS (this is often tied to the reset pin of the uC)
F4  - Quit (you can also use Ctrl-C)

Credits

Copyright (c) 2017, Klar Systems Private Limited.

Bugs, feature requests? Tell me!

Adapted from code for written for ComPrinter by Ted Burke

comsniff's People

Contributors

harik-klar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.