my billing provider needs to get the message in HEX and not in ASCII, for example, I've sent a 800 message and the stream was:
42 00 30 38 30 30 a2 38 00 00 00 80 80 00 04 00
00 00 00 00 00 00 39 30 30 30 30 30 30 34 30 32
31 34 33 31 31 38 31 37 33 31 31 38 31 37 33 31
31 38 30 34 30 32 31 32 33 34 35 36 37 38 39 39
38 30 30 31
Can i use the project to create the message as HEX instead of ASCII? Do i just need to convert the message before i send it (and convert back on return message)?
I'll appreciate your help in the matter