diff --git a/usart/README.md b/usart/README.md new file mode 100644 index 0000000000000000000000000000000000000000..56fb42ecf9e5bf5165841dcc162071bd8c03889b --- /dev/null +++ b/usart/README.md @@ -0,0 +1,3 @@ +### USART + +The easiest way to look at the output of USART is to use a serial monitor. The Arduino IDE includes on and coolTerm is also freely available. The Arduino IDE automatically interprets the bytes sent as ASCII so you need to translate using an [ASCII table](http://www.asciitable.com/). \ No newline at end of file