Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
docbender authored Mar 7, 2022
1 parent 4848df5 commit d6e29be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
* send {data to send}: send specified data (in HEX format if data start with 0x otherwise ASCII is send)

0 comments on commit d6e29be

Please sign in to comment.