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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/01/03 07:02
Read: times


 
#53776 - RE: 8051 UART + data bit 7
Responding to: ???'s previous message
Hi Alan,

The 8051 UART is designed to transmit 10 (mode 1) or 11 bits (mode 2 and 3): a start bit, 8 (or 9) bits of data, and a stop bit. Mode 0 transmits 8 data bits, but without the start and stop bits it's incompatible with normal serial use.

If you want to transmit 7 bits, you could pad your data with a '1' in the msb, and call it one start bit, 7 data bits, and two stop bits.

Dennis

List of 16 messages in thread
TopicAuthorDate
8051 UART + data bit 7            01/01/70 00:00      
   RE: 8051 UART + data bit 7            01/01/70 00:00      
      RE: 8051 UART + data bit 7            01/01/70 00:00      
   RE: 8051 UART + data bit 7            01/01/70 00:00      
      RE: 8051 UART + data bit 7            01/01/70 00:00      
         RE: 8051 UART + data bit 7            01/01/70 00:00      
            RE: 8051 UART + data bit 7            01/01/70 00:00      
            RE: 8051 UART + data bit 7 - parity?            01/01/70 00:00      
   RE: 8051 UART + data bit 7            01/01/70 00:00      
      RE: 8051 UART + data bit 7            01/01/70 00:00      
         RE: 8051 UART + data bit 7            01/01/70 00:00      
            RE: 8051 UART + data bit 7            01/01/70 00:00      
               RE: 8051 UART + data bit 7            01/01/70 00:00      
                  RE: 8051 UART + data bit 7            01/01/70 00:00      
   RE: 8051 UART + data bit 7            01/01/70 00:00      
   RE: 8051 UART + data bit 7            01/01/70 00:00      

Back to Subject List