Hello!
I’m hoping to use serial data transmission between a Teensy and a Raspberry Pi using the Pi GPIO pins rather than a USB cable.
I have been using the [comport] object to do this previously over USB Serial, and that works fine. However I have not yet managed to make it work by connecting the TX/RX pins between the Pi and the Teensy.
I am most likely doing something wrong, but before I dig too deep into what that might be I’m wondering if anyone has succeeded with this setup in the past, or is there some specific limitation that makes this not possible?
Many thanks,
Yann