Hello,
I'm using Keil to write data over the serial port.
ubyte b=0x0A; printf("%c",b);
with this code I reveive two bytes: “0x0D” and “0x0A” in PC instead of “0x0A”. This happens only with “0x0A”. What's wrong with it?
Thanks Senmeis