- All Implemented Interfaces:
- org.ogema.core.application.Application
@Service(value={org.ogema.core.application.Application.class,ModbusDriver.class})
public class ModbusDriver
extends Object
implements org.ogema.core.application.Application
Modbus Driver implementation that listens to
ModbusCommunicationInformation resources added as decorator to a
SingleValueResource or ByteArrayResource. Depending on if the
value should be read or written from the device the driver will read a value
from the specified URL and write it to the decorated resource or it will
write the value of the decorated resource to the specified URL.
- Author:
- brequardt