ModbusMaster icon indicating copy to clipboard operation
ModbusMaster copied to clipboard

Enlighten your Arduino to be a Modbus master

Results 102 ModbusMaster issues
Sort by recently updated
recently updated
newest added

Could you please clarify if the reverse ordering of the checksum bytes is by design? I needed to change the order to make the library compatible with my modbus slave...

For example, how can I read the data in the 40001 register, I wrote a code but it didn't work, how can I read the data? void loop() { static...

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.4.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Hi there, I just need help to understand if I'm facing a bug, or if this is an equipment problem. I have a Yg889E and I've implemented the modbus communication...

### Description Allow customization of the Modbus timeout ### Issues Resolved ### Check List General - [ x] Code follows coding style defined in STYLE.md - [ x] Doxygen comments...

Hello. What pin use your library to control flow direction ? What Arduino pin use to connect Data Enable (DE) and Receiver Enable (/RE) pins not RS485 module?

### ModbusMaster version 2.0.0 ### Arduino IDE version 1.8.16 ### Arduino Hardware Teensy 4.1 and TTL to RS485 Converter ### Platform Details Windows 10 ### Hardware wiring Teensy 4.1 :...

I need to get a single value from a holding or input reg that is in two reg addresses. I want to read 8006 (8007) as the date then read...

Does your library calculate the crc and matching to verify? Modbus RTU style?