From 7c1d2a87d08be74299ff684c3c6ab9602fa8913d Mon Sep 17 00:00:00 2001 From: "Grace Copplestone (admin)" <gmpc@mit.edu> Date: Wed, 9 Aug 2017 10:12:25 -0400 Subject: [PATCH] Update README.md --- usart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usart/README.md b/usart/README.md index 56fb42e..e4d022b 100644 --- a/usart/README.md +++ b/usart/README.md @@ -1,3 +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 +The easiest way to look at the output of USART is to use a serial monitor. The Arduino IDE and coolTerm are both freely available and provide this capability. 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 -- GitLab