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]
 Re: HELP! HSER issues from old to new
 Re: HELP! HSER issues from old to new
		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