mosscomp / moss

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

Implement UART module for communicating of Arty USB-UART interface #8

Closed hasheddan closed 1 year ago

hasheddan commented 3 years ago

The Arty A7 board contains a built in USB-UART interface (see constraint file). A UART module can be implemented for communicating between host and the moss CPU.

hasheddan commented 2 years ago

One way data transmission (moss -> host) was implemented in #9

hasheddan commented 2 years ago

Data transmission fixed up in https://github.com/mosscomp/moss/pull/31. However, still sending hard-coded data. Next step is echoing data back to the host.