Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/02/06 10:22
Read: times


 
#111053 - Start and stop bits
Responding to: ???'s previous message

I had a quick browse of the datasheet. From what I could determine you need to add a start bit '0',then 16 bits of data, then a '1' bit (stop bit). This would mean you would shift 18 bits (16 bits + 1 start and 1 stop). eg:

0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1 to send 0x5555.
St d d d d d d d d d d d d d d d d Sp

List of 4 messages in thread
TopicAuthorDate
SPI with AD420 in asynchronous mode            01/01/70 00:00      
   Start and stop bits            01/01/70 00:00      
      Single bit transmission?            01/01/70 00:00      
         Don't use the SPI hardware!            01/01/70 00:00      

Back to Subject List