??? 11/22/05 17:24 Read: times |
#104010 - may be dangerous Responding to: ???'s previous message |
hi,
Tony Gelonese said:
2. Connect all RX pins of the micro-controllers together and all TX pins together with suitable pull-ups.
Well, with "classic" 8051 TX pin has only weak pullup internally connected during inactive state (logic high output). But who knows about other derivatives? Some derivatives (for example, SiLabs) have strong push/pull FETs at output as well. I have no idea about do they use strong pullup or weak pullup for pins utilized for alternative function (here: UART) during inactive state (for high level output). In case they do use strong pullup for TX pin, it is dangerous to connect TX pins of some MCUs together due short circuit during transmit. Regards, Oleg |