??? 02/15/06 19:46 Modified: 02/15/06 19:48 Read: times |
#110094 - again, why not 11.0592 ? Responding to: ???'s previous message |
Richard Erlacher said:
If it's POSSIBLE to use 12 MHz as the timebase for serial communication, and it's EASY to perform software timing with a 1 microsecond instruction cycle, that's convenient. But whats the reason to do so ? I use also the nice 11.0592MHz crystal, since I use the UART and wont always the highest speed (57.6kBaud). No other task need a certain crystal, so I see absolutely no reason to use not 11.0592MHz. E.g. SW-RTC, frequency meter and so on are working with the same precision fully independend from the crystal value. Most math was done by the compiler preprocessor, so there is absolutely no difference in convenience. The lowest possible baud rate at 11.0592MHz is: 11.0592MHz / 12 / 32 / 65536 = 0.44Baud Peter |