I think you are sending out the binary value of a and not the converted to ascii value.

your HSEROUT should be something like this:

Code:
HSEROUT [dec5 a,13,10]
or

Code:
HSEROUT [#a,13,10]
Ioannis