Is there any straightforward way for Aspect to convert ASCII-HEX into ASCII? For example the remote end might send a message in the format:
Message1$4142432048454C4C4F203132330D0A
Which should be displayed as:
Message1 ABC HELLO 123
It is clear how to translate the opposite way but this direction is less obvious. Any clues are appreciated.