From 878ede5ba4ca14354419b3b29e797c7e4a7a8548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Gimenez=20Bernad?= Date: Wed, 1 Feb 2023 20:04:52 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 39bfed3..2ab48dd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ Latest version: Release 3.0.0.0, 31/01/2023 ---- +## UPDATE 01/02/2023 - Serial protocol analyzer. + +This is a small update, I have created a serial protocol analyzer (RS-232). This update does not include a release but I have left the analyzer library compiled in the repository. To install it get it from [here](https://github.com/gusmanb/logicanalyzer/blob/master/SerialProtocolAnalyzer.dll) and copy it to the "analyzers" folder of the application. + +It supports positive and negative polarity (for TTL and RS-232 level signals), two channels (RX + TX), 7 or 8 bits, no parity/odd parity/even parity and 1, 1.5 or 2 stop bits. + +Have fun! + +---- + ## UPDATE 31/01/2023 - Pico-W support and WiFi! It's finally here! WiFi support!