From 51b46c7f766f932d359113c5456dc8ed9bfae3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Sun, 13 Apr 2025 20:49:55 +0200 Subject: PCM to UART --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') 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 -- cgit v1.2.3