- This topic has 2 replies, 3 voices, and was last updated 6 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › What is uart length 8051
What is uart length ?
if I am sending string from tarminal of PC to 8051. what will be length of uart. I am confused on length of cable or length of bit size. What is the meaning of uart length ?
Hi Ved
USART length refers to the number of data bits it can carry in one go. For example, most of the microcontrollers generally send/receive one byte at a time so the USART lenght becomes 8bits. It has nothing to do with te lenght of the cable wire.
USART is used to send and receive ASCII characters
character means 8 bit data.
how ever you can send whole sentance, or paragraph or even long text file it does not matter