This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems sending string containing "0x0A" over RS232,

Hello everyone,

I am sending this string over serial, using KEIL ARM Uvision demo version :

"0x86 0x21 0x09 0x00 0x8D 0x0A 0x00 0x61 0x58"

And, when sending 0x0A, receive the corresponding ASCII character plus a 0x0D (enter). I do not want that enter !! I made my own putchar function, as seen on other posts, but it doesnÂ't work at all. Does anyone suffered the same problem ? Thanks in advance. Gabriel.-

0