??? 12/04/06 23:12 Read: times |
#128938 - Not Mode 1! Responding to: ???'s previous message |
Roque Obusan said:
I am using UART Mode 1 ... Is there something I am missing here? Absolutely - Multiprocessor works in Modes 2 & 3 only! The so-called "bible" for the 8051; Chapter 3, p9, said:
Modes 2 and 3 have a special provision for multiprocessor communications. In these modes, 9 data bits are received. The 9th one goes into RB8. Then comes a stop bit. The port can be programmed such that when the stop bit is received, the serial port interrupt will be activated only if RB8 = 1.
This feature is enabled by setting bit SM2 in SCON. 80C51 Family Hardware Description: http://www.nxp.com/acrobat_d...WARE_1.pdf |