I used a case structure that took the byte in decimal form and output the proper charater in string form. I don't think it is the most effeincent or best way to do it but for what needed it for it was the quickest way to write up something to do the converson.
- there is always an easy way, but it is always the hardest to find