News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - SamCCH

#1
Advanced Serial Port Monitor / Re: sending hex bytes
October 26, 2011, 07: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? 
#2
Advanced Serial Port Monitor / sending hex bytes
October 24, 2011, 07: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.