No. That was an easy (now, for me...) project. It just transmitted the number in 3 bytes form. E.g. if number was 128 then the port would transmit ASCII '1', ASCII'2' and ASCII '3' or 49, 50 and 56 as decimal values.

Ioannis