Hello Hi
I am currently working on a variable length coding algorithm for transceiving data from Wireless sensor nodes.
I am using the internal ADC of MSP 430 MCU. I don’t want to transmit all the 16 bits through the serial port. Instead i want to vary the number of bits that are being sent through the Tx pin.
For e.g. if I want to send 9 bits how do i mask the remaining 7 bits while transmitting.
Please help me out in this issue.