Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/20/05 03:49
Read: times


 
#105564 - Normally not needed
Responding to: ???'s previous message
UART communication is usually based on apriori assumed/known baud rates of all communicating devices.
Autobaud can be done by use of a known 1st character. E.g. if 1st char recvd is 0x20 a.k.a space, then the time between the start of the start bit to the 1st "1" bit is measured and the baud rate calculated from that.
See the code library for a posting by Craig.

List of 11 messages in thread
TopicAuthorDate
Help to sense baud rate of incoming data            01/01/70 00:00      
   Search for Auto-baud or Automatic baud..            01/01/70 00:00      
      Search            01/01/70 00:00      
         a good link to have (save it)            01/01/70 00:00      
   Normally not needed            01/01/70 00:00      
      Known start sequence            01/01/70 00:00      
   In the code Library            01/01/70 00:00      
   Time machine(part 2!)            01/01/70 00:00      
   If signal transmitted is randomly            01/01/70 00:00      
      n x T            01/01/70 00:00      
         1 x T            01/01/70 00:00      

Back to Subject List