Kirby
Lifer
I've got a dev board sending out characters via serial to my pc (usb adapter) and i'm getting some bad data.
For example, I'm sending the character 'c' (0b01000011), but getting '£' (0b10100011). You can tell they're pretty close with just the first few bits off. I'm pretty sure the protocol settings are the same (baud = 9600, stop bit = 1, no parity and no flow control). This has worked before, and that's why it's frustrating.
Bad USB adapter?
For example, I'm sending the character 'c' (0b01000011), but getting '£' (0b10100011). You can tell they're pretty close with just the first few bits off. I'm pretty sure the protocol settings are the same (baud = 9600, stop bit = 1, no parity and no flow control). This has worked before, and that's why it's frustrating.
Bad USB adapter?