Skip to content

Schembrone/Serial-Monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serial-Monitor

Table of Contents

About

A command-line serial monitor written in python developed to address a critical gap in arduino-cli, where the official project lacked a built-in serial monitor.

This tool, fills this void by providing a convenient and platform-independent solution for monitoring and interacting with Arduino-based projects via the serial interface. With this command-line utility, developers can effortlessly establish serial connections to their Arduino boards, receive real-time data and send commands, all while enjoying the flexibility and extensibility that Python offers.

This project not only simplifies the debugging and testing process but also underscores the collaborative spirit of the open-source community in catering to the needs of Arduino enthusiasts worldwide.

preview

Getting Started

Prerequisites

If needed install python and pip (methods may change based on the host OS).
Then you can get the serial library with:

pip install pyserial

Installing

clone the repo to your local machine:

git clone https://github.com/PBahner/Serial-Monitor.git

Usage

Go to the project directory and start the serial monitor with:

python3 monitor.py

Now you will see incoming data.

  • Press i to write data to the USB Device.
  • Press q to quit!

Notes

This script is tested on Linux and on Windows .

About

sending and writing serial data (for example to an Arduino)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%