-
Clone the repository to your local machine:
git clone https://github.com/ramsesgarciad/simple_serial_protocol.git
-
Open the Arduino IDE and load the
serial_protocol_example.ino
sketch. -
Connect your Arduino board to your computer.
-
Select the appropriate board and port in the Arduino IDE.
-
Upload the sketch to your Arduino board.
-
Open the Serial Monitor in the Arduino IDE.
-
Observe the serial communication between the Arduino and the Serial Monitor.
-
Experiment with different commands to see how the library handles them.
If you'd like to contribute to this project, please follow these steps:
-
Fork the repository on GitHub.
-
Clone your fork locally.
git clone hhttps://github.com/ramsesgarciad/simple_serial_protocol.git
-
Create a new branch for your changes.
git checkout -b feature/your-feature-name
-
Make your changes and commit them.
git add . git commit -m "Add your feature"
-
Push your changes to your fork on GitHub.
git push origin feature/your-feature-name
-
Open a pull request on the original repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.