wget http://lloydrochester.com/code/uartd-1.0.tar.gz
tar zxf uartd-1.0.tar.gz
cd uartd
./configure
make
./src/uartd

STATUS
This is currently working _it seems_ and I'm able to see parity errors. However, it's lacking the following:
* There is no logic to handle the parity errors. Need to have a separate buffer with that reads and if it starts
  with 255 then 0 then the byte handle that. If it starts with 255 then 255 then it's 255.
* I had a bunch of trouble with the "mini-uart" in raspberry pi. Needed to do the device overlay to disbale bluetooth then this work work
* Transfers at 2M work fine ...
