Baud Rate: 9600 NRZ
Serial Bit Format:
1 Start Bit
8 Data Bits
1 Mode Bit
1 Stop Bit
------------------------------------------
11 Bits Total
LSB MSB
Start 0 1 2 3 4 5 6 7 Mode Stop
Mode Bit: Master-to-Peripheral
The mode bit differentiates between ADDRESS bytes and DATA bytes.
ADDRESS bytes must be read by all peripherals, DATA bytes are only read by the peripheral that has been addressed.
The mode bit is set (logic one) to indicate an ADDRESS byte, and not set (logic zero) to indicate a DATA byte.
主控-->外设:模式位为1表示ADDRESS,模式位为0表示DATA。
Mode Bit: Peripheral-to-Master
The mode bit must be set on the last byte sent when data is sent from a Slave to the Master.
外设-->主控:模式位为1表示最后一个字节,模式位为0表示非最后一个字节。
标签:Format,MDB,bytes,Mode,ADDRESS,Byte,DATA,Bit,位为 From: https://www.cnblogs.com/utank/p/17202621.html