??? 04/17/07 12:10 Read: times |
#137366 - that works, this does too (and, in my opinion) is Responding to: ???'s previous message |
But it's probably easier to just stick with the time between characters (which is known directly from the baud rate) and work out the equivalent number of machine cycles from there
that works, this does too (and, in my opinion, is easier. the number of instruction cycles allowed to process a character from the UART for a traditional '51 using T1 is: ((256 - T1 reload) * 160)/(1 + SMOD) Erik |