This module was created as a result of my own need for a UART (serial line I/O) component and frustration at the difficulty of integrating the existing available components in to my own project. All the open source UART modules I found were either difficult to interface with, usually due to being more clever than I wanted them to be and had poor documentation for their interfaces. They were also generally written in VHDL, which since I’ve never written VHDL made it a little difficult to read to work out the interfacing issues for myself. The frustration of finding such a simple component so hard to use prompted the decision to create my own, and document it for beginners like myself.
I hope that this module will be documented to a better standard than most I’ve come across. Please send me email if you have trouble understanding it. Improvements are also welcome.
| Status: | Beta |
| Licence: | MIT (see LICENCE file) |
| Repository Mirror: | git://goddard.net.nz/osdvu GitWeb |
| Latest Tarball: | osdvu-0.3.tar.gz |