Serial communication between two Launchpads
显示 更早的评论
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
回答(2 个)
Antonin
2020-3-31
1 个投票
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
2020-3-26
0 个投票
Hi,
Here are some useful links:
类别
在 帮助中心 和 File Exchange 中查找有关 Texas Instruments C2000 Processors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!