https://github.com/csbluechip/serialcontrol
Control your Arduino with serial commands entered in the Serial Monitor screen
https://github.com/csbluechip/serialcontrol
Last synced: 3 months ago
JSON representation
Control your Arduino with serial commands entered in the Serial Monitor screen
- Host: GitHub
- URL: https://github.com/csbluechip/serialcontrol
- Owner: csBlueChip
- License: other
- Created: 2015-06-28T16:43:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T20:11:18.000Z (about 7 years ago)
- Last Synced: 2025-01-14T08:14:32.469Z (5 months ago)
- Language: C++
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serial Command & Control System
This library implements an intuitive command system for controlling your Arduino from your PC via the built-in Serial Monitor or an external terminal emulator ...It is simple and quick to configure; implements a full HELP system; and comes with a simple example which has a set of commands to remotely control the brightness of an LED ...The code is well structured and commented throughout to make forking easy - if you come up with something cool, please do a pull request :)## Version History
2.2 First off, I fixed the version numbering bug [slap]
More cross-platform cleanup
Added Serial redirection via STDIO macro
Arguments with a quote as the first (and last) character MAY contain spaces
...quoted arguments can NOT contain quotes [for now]1.3 Cross-platform casting issues; reorginse repo to match new layout; fix typo in filename!
1.2 Clear command buffer at startup
1.1 --
1.0 First release
## Installation
1. Navigate to the [Releases](https://github.com/csBlueChip/SerialControl/releases) page.
2. Download the latest release.
3. In the Arduino IDE: Sketch -> Include Library -> Add .ZIP Library
4. Select the ZIP you just downloaded## Usage
For usage, please see the LED example...In the Aruidno IDE: File -> Examples -> SerialControl -> LED
## Contributing
Please contribute to this project:
- Report bugs and errors
- Suggest enhancements
- Create issues and pull requests
- Tell other people about this library## Contributors
- [csBlueChip](https://github.com/csBlueChip) : Author## Copyright
Copyright 2015.Released under the MIT licence ..."Free as in free"