이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.
UDP 인터페이스
UDP(사용자 데이터그램 프로토콜)는 IP(인터넷 프로토콜) 위에 구축된 전송 프로토콜입니다. UDP 인터페이스를 사용하여 이진 데이터와 ASCII 데이터를 읽고 씁니다. 서버, 컴퓨터, 계측기를 읽고 쓸 수 있으며, 스트리밍 비디오 및 오디오, POS 시스템, 기타 비즈니스 애플리케이션과 같은 애플리케이션을 사용할 수 있습니다.
함수
앱
UDP Explorer | Create UDP socket and communicate over networks using UDP (R2022a 이후) |
블록
UDP Receive | Receive data over UDP network from specified remote machine |
UDP Send | Send data over UDP network to specified remote machine |
도움말 항목
- Create a UDP Object and View Properties
Create a UDP object to establish a connection between MATLAB® and the remote host.
- UDP Communication Between Two Hosts
These are the minimum steps required to communicate between two hosts over UDP.
- Write and Read ASCII Data over UDP
Explore ASCII write and read operations with a UDP object.
- Write and Read Binary Data over UDP
Explore binary write and read operations with a UDP object.
- Use Callbacks for UDP Communication
Enhance UDP communication by executing a callback function when a specified event occurs.
- TCP/IP and UDP Comparison
Compare the TCP/IP and UDP protocols to determine which to use.
- Transition Your Code to udpport Interface
Connect to a UDP socket using
udpport
instead ofudp
.
문제 해결
Troubleshoot the UDP interface.
UDP 소켓에 연결할 때 발생하는 문제를 해결합니다.
Resolve UDP Port Warning: Unable to Read Any Data
Troubleshoot when you receive no data and you get the warning message: 'udpport' unable to read any data.
Resolve UDP Port Warning: Unable to Read All Data
Troubleshoot when you receive some data and you get the warning message: 'udpport' unable to read all requested data.