Hi, I am working on MSP430. In that I am connecting XBEE module to the UART pins of msp430. I am transmitting hexadecimal value from one xbee to the other xbee which is connected to the msp430. After recieving the data, I am sending the received data again to the transmit buffer to view it in the terminal. But only some junk values are getting printed in the serial terminal. When I checked into it clearly, I found those are the equivalent hexadecimal values. So how to send directly the hexadecimal value to the transmit buffer so that I can see it in the terminal. Regards, Subash
↧