You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, actually that answer (especially the "just like UART" part) may make things even more confusingas with UART you usually connect TX to RX and vice versa.
In case of the CAN transceiver the situation is a bit different mainly due to different (and a bit confusing) naming convention used. Transciever's TXD is a Transmit Data Input (so actually a receive pin) while RXD is Receive Data Output (so actually a transmit pin).
That is the reason why one should connect Teensy's TX pin with transciever's TXD pin and RX with RXD.
Line 6 & 14 of the Updated_ReadMe.md file seem to contain conflicting information regarding connecting a Teensy to a CAN Transceiver.
Should the TX and RX Teensy pins be connected to the Transceiver TXD & RXD pins respectively (line 6) or just the reverse (line 14)?
The text was updated successfully, but these errors were encountered: