Serial communication between two Launchpads

15 views (last 30 days)
Timo Lenz
Timo Lenz on 5 Mar 2020
Answered: Antonin on 31 Mar 2020
Hi there,
I would like to use one of the serial interfaces of the TI C2000 Launchpad F28379D to send serial communication to another participant or to receive messages. Is there an example or something similar?
(I do not mean the external mode, but another serial communication to another system)
Many many thanks
Kind regards
Timo

Answers (2)

Antonin
Antonin on 31 Mar 2020
There are multiple ways you can do this. The simplest that comes to my mind would be to use SCI. Just connect the Tx pin of one LaunchPad to the Rx pin of the other, and vice versa. Then, you can use SCI Transmit and SCI Receive blocks. Make sure to configure the correct pins in the configset of both models under SCI settings and make sure to pick matching baudrates. This shouldn't be too hard.
I hope it helps,
Cheers,
Antonin.

Kavya Vuriti
Kavya Vuriti on 26 Mar 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!