Confused
Posted: 10 May 2011, 10:17 AM
From DefineCom in the current documentation:
If I use a software channel for inverted TX only with TTL levels, do I need a pull-up?
Does otherwise refer to hardware UART or to non-zero rxPin & txPin?If the specified channel is a hardware UART (e.g. Com1), the rxPin and txPin parameters must both be zero. Otherwise, if they are valid, the pins specified by rxPin and txPin are automatically configured as input and output, respectively. However, if the rxPin and txPin parameter values are equal and non-zero, the pin is initially configured as an input to support half-duplex, bussed operation. In this mode, the the pin will be made an output when transmitting a zero bit if configured for non-inverted operation or when transmitting a one bit if configured for inverted operation. A pull-up resistor (noninverted mode) or pull-down resistor (inverted mode) is required for bussed operation since the pin will only be actively driven in one of the two output states.
If I use a software channel for inverted TX only with TTL levels, do I need a pull-up?