From a16cf0d51d7d10de6626d7e955762cd0f3eed015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20L=C3=B6fgren?= <106430829+venomix666@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:24:05 +0200 Subject: [PATCH] Update README.md with info on nano6502 SERIAL driver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 781ce756..939e3135 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ the same time. - To use, write the `nano6502.img` file into the SD-card using `dd` or your preferred SD-card image writer. If you are updating the image and want to preserve the data on all drives except `A`, write the `nano6502_sysonly.img` instead. - User area 1 on drive `A` contains utilities for setting the text and background colors, and a demo application which blinks the onboard LEDs. + - A SERIAL driver is available for the second UART, connected to pin 25 (RX) and 26 (TX) of the FPGA (and the UART header on the nanoComp carrier board). The baudrate is currently fixed to 115200. ### KIM-1 with K-1013 FDC notes