- This topic has 2 replies, 2 voices, and was last updated 11 years, 10 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 › PIC › Distingusihing between Asynchronous and Synchronous modes in USART
A very basic question in PIC interfacings: in what ways can one utilize and distinguish between synch and asynch modes in a PIC microcontroller.
Which one is better for RS232 mode?
Thanks!!!
Hi Jason,
The synchronous mode requires a dedicated CLOCK pin for synchronizing the devices, whereas the asysnchronous mode achieve syncronization without a CLOCK pin by sending synchronization bits.
If your RS232 port has 25 pins then it can do both synchronous and asynchronous transmission and reception, if there is only 9 pins then asynchronous mode is only possible
so here is a silly one: why two types of RS232 connectors, Alfred?