Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 6 months ago.
Serial Rx/Tx inverse
Hi,
Is it possible to inverse serial pins? something like
Serial blue(p13,p14); init serial to use bluetooth to > Serial blue(p14,p13); init serial to use bluetooth
When i try it Mbed turning to bugged mode.
if there are a solution for this problem Thanks :)
1 Answer
9 years, 6 months ago.
Do you want to invert the signals (so 3.3V becomes 0V and vice versa), or do you want to invert the pins, RX/TX? The second one is simply not supported by the pinout. The first one might be possible, not sure, would have to have a further look into it.