Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/setghm/serial-monitor

Open source serial monitor implementation for microcontrollers.
https://github.com/setghm/serial-monitor

arduino desktop-app electronjs microcontrollers serial-communication

Last synced: about 1 month ago
JSON representation

Open source serial monitor implementation for microcontrollers.

Awesome Lists containing this project

README

        

# Serial-Monitor

Open source serial monitor implementation for microcontrollers.

## Run this application on your computer.

To build the application use:
```console
npm run dist
```

To run the application:
```console
npm start
```

> [!NOTE]
> Don't forget to execute ```npm install``` in order to get all the dependencies to build or run this application.

_By Set HM 2024_