- This topic has 1 reply, 2 voices, and was last updated 11 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › usart
how to send a byte ‘10101010’ serially using usart and check the output on led . I connected tx pin of atmega16 to a led.
Theoretically speaking you can check that by lowering the baudrate to such an extent that the time gap between each bit is greater that the persistence of vision which is 0.1 seconds. So tha baudrate needs to be lesser than 10 bits per second. But practically this is not possible I guess.