Get bytes from a string which contains extended ASCII.
Send in byte form.
Receive in byte form.
I discovered if I sent extended ASCII in string form, the receiver can't determine it and it comes out as ?????. Is there any other way to make sure the extended ASCII can be sent and received properly?