mosscomp / moss

A computer for human beings.
https://mosscomp.com
Apache License 2.0
42 stars 2 forks source link

Add UART receiving module #33

Closed hasheddan closed 1 year ago

hasheddan commented 2 years ago

Adds support for receiving from host over UART, then echoing the data back. Also adds documentation on how to connect to moss over serial port.

Fixes #8