Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davepruitt committed Sep 28, 2018
2 parents e6baba0 + 1e28c40 commit 8c4cbff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# BetterSerialMonitor
The serial monitor included in Arduino is limited. This one is a little bit better.
The serial monitor included in Arduino is limited, especially in the fact that you can really only send human-readable ASCII text. Sometimes you need to be able to easily test things, and sometimes those tests require sending bytes over the serial line that are not human-readable ASCII characters.

This one is a little bit better. It allows you to construct a message out of text or just raw bytes.

When adding bytes to your message, you can choose to enter a decimal number or a hexidecimal number. Separate each byte by a space. Hexidecimal numbers should be prefixed by "0x".

Have fun!

0 comments on commit 8c4cbff

Please sign in to comment.