Skip to content

mattfors/demo-serial-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

demo-serial-device

Compile Arduino Sketch

This is a simple Arduino sketch used for testing serial apps. It provides a few basic commands that can be used to test serial communication.

Commands

Command Description Usage
ECHO <message> Echoes the provided message back to the serial port. ECHO Hello, World!
TIME Returns the elapsed time since the program started. TIME
LIGHT ON Turns on the built-in LED on the Arduino. LIGHT ON
LIGHT OFF Turns off the built-in LED on the Arduino. LIGHT OFF
? Provides a summary of the available commands. ?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages