What I would try to do consists on converting your string to char, and send char by char using a loop, on the receiver, receive char by char and try to see whether they match or not.
REgards
What I would try to do consists on converting your string to char, and send char by char using a loop, on the receiver, receive char by char and try to see whether they match or not.
REgards