@programlad19 wrote:
Thank you very much. But now, when I implement this in the program which reads 1000 samples of whatever word you input (in this case, it's chris) it doesn't read the word properly. The program you simplified and created works perfectly for a manually entered string of the correct length, but now, with my 1000 sample transmitter, I just end up getting garbage. The screenshot is attached, with the output I receive.
Your Binary string is wrong.
The first 8 chars after your search is 1100 0110 = 198 = Æ
If it's Chris you want to write you'll need C = 67 = 0100 0011
/Y