Hello forum members,
I hope this message finds you well. I am currently facing a communication issue between two Teensy microcontrollers, and I would greatly appreciate any assistance or insights you can provide.
The setup involves a Teensy 4.1 (connected to Serial1) sending data to a Teensy 3.2 (connected to Serial2), and vice versa. Strangely, only the Teensy 4.1 seems to be successful in sending data, while the Teensy 3.2 encounters difficulties when attempting to send messages, and the other Teensy fails to receive them.
I have thoroughly checked my code and connections, but I haven't been able to identify the root cause of this problem. If anyone has experience with Teensy microcontrollers or has encountered a similar issue, I would be grateful for your guidance.
Here are some details about my setup:
Thank you for your time and support!
Best regards,
Teensy 3.2 code
Teensy 4.1 code
I hope this message finds you well. I am currently facing a communication issue between two Teensy microcontrollers, and I would greatly appreciate any assistance or insights you can provide.
The setup involves a Teensy 4.1 (connected to Serial1) sending data to a Teensy 3.2 (connected to Serial2), and vice versa. Strangely, only the Teensy 4.1 seems to be successful in sending data, while the Teensy 3.2 encounters difficulties when attempting to send messages, and the other Teensy fails to receive them.
I have thoroughly checked my code and connections, but I haven't been able to identify the root cause of this problem. If anyone has experience with Teensy microcontrollers or has encountered a similar issue, I would be grateful for your guidance.
Here are some details about my setup:
- Teensy 4.1 (Sender, connected to Serial1) and Teensy 3.2 (Receiver, connected to Serial2)
- Communication in both directions: Teensy 4.1 (Serial1) to Teensy 3.2 (Serial2) and vice versa
- Successful data transfer from Teensy 4.1 to Teensy 3.2
- Unsuccessful data transfer from Teensy 3.2 to Teensy 4.1
Thank you for your time and support!
Best regards,
Teensy 3.2 code
Teensy 4.1 code