Re: Reading DI/DO-Status of ADAM-6050

G

Thread Starter

Gilles Allard

UDP is used in the streaming mode and the module should be configured to work in that mode. The host does not have to poll the module. The data is in ASCII, so it should be simple to handle with regular programming languages (C, Perl, PHP, Java and others). To verify that data is coming in, you can use a sniffer (wireshark comes to mind) or a socket viewer such as nc6.
 
Top