Nevermind... The Serial connection was not checking Stop Bits properly. Solved.
Hi All, I'm seeing a strange problem with Serial communications in Windows 10 apps, and have noticed that terminal applications like PuTTY and others fix the problem. I need to understand why in order to replicate the fix in another program. I'll do my best to describe the issue clearly, here goes... So I'm connecting a W10 PC to a development platform (running mbed OS on ARM) and spitting out data as strings over serial. When I write software in UWP (W10) to receive, I get mismatched encoding coming...
Hi All, I'm seeing a strange problem with Serial communications in Windows 10 apps, and have noticed that terminal applications like PuTTY and others fix the problem. I need to understand why in order to replicate the fix in another program. I'll do my best to describe the issue clearly, here goes... So I'm connecting a W10 PC to a development platform (running mbed OS on ARM) and spitting out data as strings over serial. When I write software in UWP (W10) to receive, I get mismatched encoding coming...