News:

Welcome on our forum!

Main Menu

sending hex bytes

Started by SamCCH, October 24, 2011, 07:00:00 AM

Previous topic - Next topic

SamCCH

When using advanced serial port monitor, I want to enter hex bytes directly, then I want these bytes to be sent as I have entered them. 

In other words, I want to input the hex data bytes exaclty as how I want them to be sent.

I do not want to enter a hex byte and have the ascii code sent.

Arthur Grasin

I'm sorry, but I can't understand the problem. Our software allows to send hex bytes. You may type it manually like: #00 and the software will send the byte with 0x00h code. Do you mean something else?
If you like my work, please take a few seconds and add feedback about our site or our software [here]

SamCCH

If I were to type in #7e, I would expect to see 7e (in hex) in the receiving device.  But what I see happening is your software first sends, the acsii character for #, then the ascii character for 7, and then the ascii character for e.   Am I missing something? 

Arthur Grasin

Please, use upper case characters. In your case #7E. Also, please, verify that the following option is enabled:
Main menu - Options - Special characters parsing mode - Parse #XX
If you like my work, please take a few seconds and add feedback about our site or our software [here]