How do I write code for the preamble for the receiver's data slicer? I was thinking of sending a start bit in front, so that serin can know when it should start reading data. I dont know if that is the correct way to do it though.
How do I write code for the preamble for the receiver's data slicer? I was thinking of sending a start bit in front, so that serin can know when it should start reading data. I dont know if that is the correct way to do it though.
Last edited by oneohthree; - 28th March 2007 at 03:25.
RE-READ THE SERIN SEROUT PROBLEM thread that you've been reading. It's all right there. I don't feel like retyping things that have already been done.
As far as sending the start bit in front so that serin can known when it should start reading data....
How do you think serial data transmission works? By sending the stop bit first? Not so much....
Bookmarks