Title: sending hex bytes Post by: SamCCH on October 24, 2011, 10:00:00 AM 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. Title: Re: sending hex bytes Post by: Arthur Grasin on October 03, 2009, 10:23:17 AM 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?
Title: Re: sending hex bytes Post by: SamCCH on October 26, 2011, 10:00:00 AM 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?
Title: Re: sending hex bytes Post by: Arthur Grasin on October 27, 2011, 10:00:00 AM 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 |