PIN ID
What pins are used on the arduino for TX RX RE TE? I can't find pinout info in the docs.
?
TX and RX depend on the Arduino you're using, check the pinout for it. You choose RE and TE.
OK, but I mean where in the lib are the pins defined (and what pins are currently defined) so i can change them to work with my Teensy 4.1 which has several UART's? What I mean is where do i make the settings in the code?
After giving the examples a second look i think any serial object can be used and its corresponding pins are defined by the serial obj? And the RE DE pins are manually defined and changed. Thanks.
Please have patience with a nube...