??? 06/22/06 20:31 Modified: 06/22/06 20:36 Read: times |
#118886 - no, it is not - but it is a very well de Responding to: ???'s previous message |
SPI??? Is that in the "bible"
no, it is not (neither is RS-232) - but it is a very well defined synchronous bus. The advantage of asunch is that you get 'recognizable' results (which, of course you eject) if you lose one bit, which with synchronous, everything is garbled after a bit loss. SO, yes synchronous where the line is reliable and internal, asynch everywhere else. A question: how do you detect end of data if you lose a bit in a synchronous data stream, you will end up waiting for that bit forever or - even worse - pick up the first bit of the next transmission and thus screw that one up as well. The means of answering this question equates overhead. ALSO: how would you make a practical 5 node bus, where the 9 bit mode shines? Erik |