From a0800893756d904b8d869fb526e36293eed79392 Mon Sep 17 00:00:00 2001 From: fasteddy516 Date: Thu, 6 Jun 2019 16:23:12 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a47911b..117018f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SimplySerial -###### A bare-bones serial terminal that runs as a Windows console application. +###### A simple serial terminal that runs as a Windows console application. Written by [Edward Wright](mailto:fasteddy@thewrightspace.net) (fasteddy516). @@ -11,7 +11,7 @@ # Description - SimplySerial is a barebones serial terminal that runs as a Windows console application. It provides a quick way to connect to - and communicate with - serial devices through the Windows Command Prompt or PowerShell. + SimplySerial is a simple serial terminal that runs as a Windows console application. It provides a quick way to connect to - and communicate with - serial devices through the Windows Command Prompt or PowerShell. SimplySerial can be used directly from Command Prompt/PowerShell and should work with most devices that appear in Device Manager as "COMxx". It was, however, written specifically for @@ -69,4 +69,4 @@ To disconnect and exit SimplySerial, press `CTRL-X` at any time. # Acknowledgements - The code used to obtain extra details about connected serial devices (VID, PID, etc.) is a modified version of examples posted by Kamil Górski (freakone) at http://blog.gorski.pm/serial-port-details-in-c-sharp and https://github.com/freakone/serial-reader. Some modifications were made based on this stackoverflow thread: https://stackoverflow.com/questions/11458835/finding-information-about-all-serial-devices-connected-through-usb-in-c-sharp. \ No newline at end of file + The code used to obtain extra details about connected serial devices (VID, PID, etc.) is a modified version of examples posted by Kamil Górski (freakone) at http://blog.gorski.pm/serial-port-details-in-c-sharp and https://github.com/freakone/serial-reader. Some modifications were made based on this stackoverflow thread: https://stackoverflow.com/questions/11458835/finding-information-about-all-serial-devices-connected-through-usb-in-c-sharp.