Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/setghm/serial-monitor
- Owner: setghm
- License: mit
- Created: 2024-05-05T03:49:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T06:18:46.000Z (6 months ago)
- Last Synced: 2024-09-28T01:22:50.001Z (about 2 months ago)
- Topics: arduino, desktop-app, electronjs, microcontrollers, serial-communication
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_