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:
orCode:HSEROUT [dec5 a,13,10]
IoannisCode:HSEROUT [#a,13,10]
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:
orCode:HSEROUT [dec5 a,13,10]
IoannisCode:HSEROUT [#a,13,10]
Bookmarks