mosscomp / moss

A computer for human beings.

Home Page:https://mosscomp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement UART module for communicating of Arty USB-UART interface

hasheddan opened this issue · comments

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.

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

Data transmission fixed up in #31. However, still sending hard-coded data. Next step is echoing data back to the host.