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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/30/04 05:16
Read: times


 
#75123 - RE: How to turn off I2C start bit?
Responding to: ???'s previous message
Almost everything IS possible. Some things are not worth the effort though.
A non-retriggerable monostable multivibrator with a capacitor allowing for output slightly longer than the data word lasts, an AND gate, possibly a minimal transfer delay or even a low-pass capacitor to reduce the race condition between the data signal and the enable signal on the multivibrator output, and you have just removed the first bit from a cycle.
I don't know if I2C is positive logic or not but that would remove the first bit off any fixed word length serial protocol, given the right setting on the multivibrator. (set for positive logic, use the / instead of input on multivibrator and negated output for negative logic)

in--+--------------+ AND
    |              |
    |               =|)--- out
    |              |
    +--[  ]-[R]-+-+
       mv        |
                === C
                 |
                 V GND


I honestly doubt if it's worth the effort though.

List of 16 messages in thread
TopicAuthorDate
How to turn off I2C start bit?            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      
   Bit-bang it?            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      
   RE:            01/01/70 00:00      
      RE: RE:            01/01/70 00:00      
         RE: RE:            01/01/70 00:00      
            RE: RE:            01/01/70 00:00      
      Bit Bang Faster            01/01/70 00:00      
   Mystery device            01/01/70 00:00      
      RE: Mystery device            01/01/70 00:00      
      not a mystery device at all            01/01/70 00:00      
         RE: still a mystery            01/01/70 00:00      
         RE: not a mystery device at all            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      

Back to Subject List