summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@mastensg.net>2025-04-13 20:49:55 +0200
committerMartin Stensgård <mastensg@mastensg.net>2025-04-13 20:49:55 +0200
commit51b46c7f766f932d359113c5456dc8ed9bfae3dd (patch)
tree8c04a06eb7d6ad05fa6b1dbf70c7ab10d843d36d /README
parenta6a14060495fdf1765a4e3e56f1c1d19a9d5ef46 (diff)
PCM to UART
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index ead06c3..3d4b95a 100644
--- a/README
+++ b/README
@@ -3,3 +3,10 @@ Gate Array Learn
apt install yosys fpga-icestorm nextpnr-ice40 verilator flashrom
make
doas make load
+
+Raspberry Pi UART
+ Enable serial communication in raspi-config.
+
+UART
+ stty -F /dev/ttyUSB1 1000000 raw cs8
+ hexdump -ve '1/1 "%u\n"' /dev/ttyUSB1 | pv > pcm.txt