Dear,
For remote controlling RS232 serial device with Dataminer we use serial to Ethernet adapter Planet ICS2100 in TCP server mode. We wrote Dataminer driver for this serial device. Because some specific problem in our network we want to use UDP connection instead TCP. Is it possible to define listening port in Dataminer driver - IP port on which remote device will send message? In default driver settings it is only possibility to define remote UDP port on which Dataminer will send messages.
Thank you!
Dear,
Yes this is perfectly possible in DataMiner. In order to have a listener driver over UDP you create a protocol of type "smart-serial".
This driver will work for both TCP and UDP, it is in the element configuration you need to specify the communication protocol. Below a configuration where the DataMiner on which you configured this element will listen on port 10100 on any IP address configured. The "any" can be replaced with a specific IP or host-name.
Regards
Nice! Thank you for excellent response.