Skip to content
Commit c4e41765 authored by Victor Rocco's avatar Victor Rocco Committed by Michael Haberler
Browse files

mb2hal: added functionallity, including arduino example.



- Arduino example added.
  Tested with Arduino Mega 2560 R3 using Modbusino over USB at 115200 bps.
- New parameters in config file.
  HAL_MODULE_NAME, MB_RESPONSE_TIMEOUT_MS and MB_BYTE_TIMEOUT_MS.
- New HAL pin "num_errors" for each transaction. num_errors = 0 if last
  transaction OK, else the count of failed transactions.
- Fix a bug, OPTIONAL's parameters may be 0 instead of default value if
  not specified in 1st transaction.

Signed-off-by: default avatarMichael Haberler <git@mah.priv.at>
parent 7bea47a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment