??? 04/12/07 13:17 Read: times Msg Score: 0 -1 Answer is Wrong +1 Underrated |
#137030 - 11.0592Mhz xtal and 56K - challenging |
It seems that the most common crystal (or at least it is the one pointed out in the tutorial package on here) is 11.0592Mhz.
Some people claim that they can get a serial port speed of 56K with this crystal. If serial mode 1 was used then: For TH1 and TL1 and PCON.7: (11059200 / 12 * (256 - 255)) * ((2 ^ 1) / 32) = 57600 TH1 and TL1 will have to be 255 and PCON.7 must be set. Having said that, If there was an interrupt routine that must be serviced when the serial character is received, How would it be effectively serviced when the interrupt is called every machine cycle? By effectively serviced, how can it receive characters and store them in any memory? |