From 368c7ba547e255264d63347e6fb4a233fd9da431 Mon Sep 17 00:00:00 2001 From: Ushakov Michael Date: Sat, 9 Mar 2024 23:36:25 +0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd54661..4d667b9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A set of ***additional*** non-official ***demo projects*** for `QmTech` `Cyclone ## 2. Demos -### 2.1 RS232 Demo +### 2.1 Echo+1 RS232 Demo For testing `RS232` [`QuickRS232`](https://github.com/Wissance/QuickRS232) module was designed project `SerialPortEcho`. This project receive bytes from serial port (`COM`) that is configured in following mode - `115200 bit/s, 1 stop bit, even parity, no flow control`. This project do following: `receive byte, add + 1 and send it back`. @@ -37,5 +37,10 @@ Additionally RS232-to-TTL converter must be attached to power supply line and gr * `3V3` - Any pin from (3, 4) * `GND` - Any pin from (1, 2, 61, 62) +### 2.2 Cmd Decode+Encode RS232 Demo + + +### 2.3 DRAM Explorer + RS232 Demo +