Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI'm using RF transmission.
The data is in ASCII code form, which is 8-bit per data. I now have to separate the 8-bit into 2 four-bits, so that the first 4 bits (LSB) is sent. Then it will be followed by the other 4 bits (MSB). But I have tried it using LEDs first. Once a key is pressed, sometimes the MSB will be received first. Sometimes, the LSB will be received first. And, only second time of the key press will trigger the LEDs to change. Why is it so?