Class: ModBus::RTUClient
- Defined in:
- lib/rmodbus/rtu_client.rb
Overview
RTU client implementation
Instance Attribute Summary
Attributes included from TCP
Attributes included from SP
#baud, #data_bits, #parity, #port, #read_timeout, #stop_bits
Attributes included from Options
#raise_exception_on_mismatch, #read_retries, #read_retry_timeout
Attributes included from Debug
#logger, #raise_exception_on_mismatch, #read_retries, #read_retry_timeout
Method Summary
Methods included from TCP
Methods included from SP
Methods inherited from Client
#close, #closed?, #initialize, #with_slave
Constructor Details
This class inherits a constructor from ModBus::Client