??? 08/03/11 14:02 Read: times |
#183179 - Separate the characters and look with scope Responding to: ???'s previous message |
I just took a quick peek at your code, but didn't see any extra delay between each character.
It is always a good idea to have some extra separation between each character transmitted, in case the receiver would get out of sync and start to pick up data bits as start bits. Especially when you are trying to debug the code. The next thing is that with a good separation between each transmitted character, it will be easy to use a digital oscilloscope to look at your signals and compare with the expected results. |