Skip to content

I/O Testing or PC program <=> Arduino communication

License

Notifications You must be signed in to change notification settings

Thor-x86/arduino_cli

Repository files navigation

Arduino-CLI

This sketch helps you to debug every I/O pin input or output. So you don't have to program yourself only for testing each pin :)

Beside of that, if your microcontroller support secondary serial then you can use it with send and listen command.

You can also use this sketch to let PC program handles the logic and transport some commands via COM Serial Port. So you don't have to write every command and its behavior. Easy!

How to use

  1. Download (or clone) this repo
  2. Install Arduino IDE
  3. Open arduino_cli.ino
  4. Make sure the IDE is configured based on Microcontroller that you'll use
  5. Click ➡
  6. Wait until finish, then click 🔍 (Serial Monitor)
  7. Now it's ready to be operated, type help then hit enter to see available commands

About

I/O Testing or PC program <=> Arduino communication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published