I forgot to say that the code in my tutorial assumes you are receiving ascii characters so it uses the char data type in several places. You should change that to byte.
...R
I forgot to say that the code in my tutorial assumes you are receiving ascii characters so it uses the char data type in several places. You should change that to byte.
...R