blocking ttl serial transmit
max72
Posts: 1,155
I have a chip sending I2C and serial data.
Both are 5V levels.
For safety reasons I should be able to block the data transfer in case of need.
I found some I2C repeater chips with enable pin that are just perfect for my I2C bus.
I'm wondering if there is a similar solution for the serial bus.
Thanks in advance,
Massimo
Both are 5V levels.
For safety reasons I should be able to block the data transfer in case of need.
I found some I2C repeater chips with enable pin that are just perfect for my I2C bus.
I'm wondering if there is a similar solution for the serial bus.
Thanks in advance,
Massimo
Comments
If you really want something more between the Propeller and your device, the attached circuit works well for serial and I2C signals. I use this interface for communicating with Dynamixel actuators.
but I have no control on both ends of the bus.
I can only insert a chip controlled buffer that I can switch off in case of need. For the rest of the time the system should work as usual.
The prop would receive the shutdown command, and via an optocoupler (separate supply) cut the transmission.
The I2C switch would be something like texas TCA4311
I'm looking for a similar neat solution for the serial bus.
Massimo
An AND gate is a very nice option.
Have do get a couple of chips and test them..
Thanks.
Massimo