04-16-2015 02:38 PM
Hello,
I am trying to do decode the coming packets. For example, continuously bit stream are came from anywhere. The , I have to do seperate my desired bit values from flowing. In order to that, I decide to use index element of for loop. In each loop, just one bit comes and I want to compare this bit with my desired bit. My code is in attachment as a basic.
04-21-2015 07:28 AM