Serial communication between two Launchpads
Ältere Kommentare anzeigen
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
Antworten (2)
Antonin
am 31 Mär. 2020
1 Stimme
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
am 26 Mär. 2020
0 Stimmen
Hi,
Here are some useful links:
Kategorien
Mehr zu Texas Instruments C2000 Processors finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!