Main Content

Questa pagina è stata tradotta con la traduzione automatica. Fai clic qui per vedere l'ultima versione in inglese.

Interfaccia UDP

Comunicazione tramite protocollo UDP

Il protocollo UDP (User Datagram Protocol) è un protocollo di trasporto sovrapposto al protocollo Internet (IP). Utilizzare l'interfaccia UDP per leggere e scrivere sia dati binari che dati ASCII. È possibile leggere e scrivere su server, computer, strumenti e utilizzare applicazioni quali streaming video e audio, sistemi POS e altre applicazioni aziendali.

Funzioni

espandi tutto

udpportConnect to UDP socket (Da R2020b)
echoudpStart or stop echo UDP server
configureTerminatorSet terminator for ASCII string communication with UDP socket (Da R2020b)
configureCallbackSet callback function and trigger condition for communication with UDP socket (Da R2020b)
configureMulticastSet multicast properties for communication with UDP socket (Da R2020b)
udpportfindFind UDP socket connections (Da R2024a)
readRead data from UDP socket (Da R2020b)
readlineRead line of ASCII string data from UDP socket (Da R2020b)
writeWrite data to UDP socket (Da R2020b)
writelineWrite line of ASCII data to UDP socket (Da R2020b)
flushClear UDP socket buffers (Da R2020b)

App

UDP ExplorerCreate UDP socket and communicate over networks using UDP (Da R2022a)

Blocchi

UDP ReceiveReceive data over UDP network from specified remote machine
UDP SendSend data over UDP network to specified remote machine

Argomenti

Risoluzione dei problemi

Troubleshooting UDP Interface

Troubleshoot the UDP interface.

Resolve UDP Port Connection Errors

Troubleshoot connecting to a UDP socket.

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.

Esempi in primo piano