Using Realtime UPD to Send a string

조회 수: 15 (최근 30일)
Brian Donlan
Brian Donlan 2022년 9월 4일
댓글: Jan Houska 2022년 9월 5일
How do I send a string using the Disktop realtime UPD send block
I am using the string compose to build a NMEA like string
I want to send this to a remote computer which is listening
I do not know how to setup the realtime UDP send block to send a string.
I have tried a raw string and a string to ASCII conversion
Thanks
Brian

답변 (2개)

Jan Houska
Jan Houska 2022년 9월 5일
Hi Brian,
for an example how to send formatted text over UDP using Simulink Desktop Real-Time, please see the sldrtex_streamio shipping example. You just need to change the protocol to UDP, see the sldrtex_packetio example for that.
Good Luck, Jan

Brian Donlan
Brian Donlan 2022년 9월 5일
this example does not show how to configure the UDP streaming block to accept a string or ascii input
thanks
brian
  댓글 수: 1
Jan Houska
Jan Houska 2022년 9월 5일
Hi Brian,
The sldrtex_streamio example does exactly that. Please open the Stream Output block dialog and you will see a format string similar to what you have posted. You do not use the Compose block at all. Instead, you send the numeric values directly to the Stream Output block and use the format string that is a parameter of the block.
Good Luck, Jan

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Target Computer Setup에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by