PLC modem Transmitt Enable

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

The circuit I have designed to drive the transmit line makes it difficult to use the transmit enable pin.  Could I use the configuration bit to turn off the Analog output buffer inside the chip instead?  Something like this:

   

ABF_CR0 &= ~ABUF0EN;

   

ABF_CR0 |= ABUF0EN;

   

Where would these statements be placed?  I can't seem to find the code that controls the transmit enable.

0 Likes
2 Replies