From d6e29be3bf13881a5f8ee01afa556d9da07412bf Mon Sep 17 00:00:00 2001 From: Vita Date: Mon, 7 Mar 2022 07:25:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32495d0..7ed2253 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Program is simple piece of software designed for serial port data monitoring tog Time between received data messages is displayed (in miliseconds). In addition to the printing on the screen it allows write everything (or just communication) to a specified file. -Program supported .NET6. Program is running under Windows or Linux. Program isn't serial port sniffer so can't monitor port that is already open by another program. +Program requires .NET6. Program is running under Windows and Linux. Program isn't serial port sniffer so can't monitor port that is already open by another program. ![](https://github.com/docbender/SerialMonitor/blob/master/img/SM3.png) @@ -51,4 +51,4 @@ Example: In program commands can be typed: * exit: program exit -* send {data to send}: send specified data (in HEX format if data start with 0x otherwise ASCII is send) \ No newline at end of file +* send {data to send}: send specified data (in HEX format if data start with 0x otherwise ASCII is send)