I have an embedded controller hooked to my GUI over a serial link. I can transfer ASCII data just fine, but if I transfer data that is not ASCII (random characters 0-0xFF), I lose data over the link.
Is there something that removes characters from the link?