Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

What is the difference between bit and byte synchronous mode?

Avatar
RankRankRankRank

Total Posts: 140

Joined 2008-12-09

PM

Bit and Byte synchronous differ in the flow control mechanism of the serial port. Byte synchronous requires that the host MCU toggle its SRDY line before an entire byte (8-bits) is sent or received by ANT. Bit synchronous requires that the host MCU toggle its SRDY line before each bit is clocked by ANT. That is, ANT will not generate a clock transition unless it detects an SRDY falling edge. Byte synchronous is most appropriate if using a hardware SPI module in the host MCU. Bit synchronous should be used if there is no hardware support for either synchronous or asynchronous serial communication on the host MCU and the entire interface must be implemented in software using GPIOs. This is also known as â??bit-bashingâ?.      

Signature

For a complete list of frequently asked questions and answers, please view the FAQ user profile by clicking on the FAQ user name.