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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/04/07 12:36
Modified:
  11/04/07 12:37

Read: times


 
#146572 - Stop Bit
Responding to: ???'s previous message
Hi Alan,

Where would the stop bit go?


The stop bit will go where the UART puts it, usually at the end. ;-)

Seriously, all you need to do is initialize the proper registers to configure the UART at startup. Then when you MOV SBUF A, the bit-banging business (how's that for aliteration) is taken care of automatically.

The only other thing you'll need to do is provide a level shifter (e.g. MAX 232) to translate the TTL level signals from your 8052 to the RS232 levels of ±12V.

Good luck,

Joe


List of 16 messages in thread
TopicAuthorDate
DB-9 Connector to 8052 protocol            01/01/70 00:00      
   HEX Values?            01/01/70 00:00      
      grunt work            01/01/70 00:00      
         Nope            01/01/70 00:00      
            and how about the asterick?            01/01/70 00:00      
               Asterix the Gaul            01/01/70 00:00      
         Stop Bit            01/01/70 00:00      
         Something like this            01/01/70 00:00      
         C format string            01/01/70 00:00      
            CR LF hex values            01/01/70 00:00      
         Experience?            01/01/70 00:00      
            old hermit            01/01/70 00:00      
               These days...            01/01/70 00:00      
                  LP programming            01/01/70 00:00      
               maybe            01/01/70 00:00      
                  Needhams            01/01/70 00:00      

Back to Subject List