Yes there is a reason why I don't just literally send the 8 bit ascii character. I am designing my own version of a communication protocol. On certain data packets I need to set a ninth bit to be ab ...
I am trying to send 9 bits of data. There are two data packets. The first is the character 'A' with the ninth bit set. The ascii value for the character 'A' is 65 whi ...
I am new to CCS. I am trying to send data from a master to a receiver. I am sending two things, the first is the character 'A', the second is a counter.