SensorModbusMaster icon indicating copy to clipboard operation
SensorModbusMaster copied to clipboard

An Arduino library to act as Modbus Master to control a sensor/slave

Results 15 SensorModbusMaster issues
Sort by recently updated
recently updated
newest added

changed main loop function comment from main setup to main loop

Are you using control for TE and DE? Or are you depending auto direction control?

Is there any way to use this library directly on esp8266?

Hey, i have used your lib for a long time. I was very happy with it. Now i am looking for a function for float to CDAB Mid-little endian. And...

First of all, I must say that it is a joy to use your library; its simple yet does all (except 1) I require to interface with my modbus device...

This last fall I started seeing Modbus communication failures with a very inexpensive batch of [RS-485 adapters](https://github.com/EnviroDIY/SensorModbusMaster/tree/master/hardware/Modbus-Mayfly_WingShield#parts-list) that I purchased for the [Modbus-Mafly-WingShield](https://github.com/EnviroDIY/SensorModbusMaster/tree/master/hardware/Modbus-Mayfly_WingShield#modbus-mafly-wingshield). What I observed was that the TXD...

Not using RS485 at all, and compared to another modbus library that was going to force me to write what you have on top of it, im having some issues...

The RS485 hybrid has some defined lightening or ESD clamping components. There has been some discussion of this elsewhere. However, my analysis, is that the clamping components need a a...

Could a component list be added - or a pointer to where to find it. Its nice to see the gerbers and be able to generate a PCB from them...

Hi, i trying to use this library on Mega: HardwareSerial modbusSerial = Serial2; modbusMaster modbus; modbusSerial.begin(2400); modbus.begin(101, modbusSerial); float val = modbus.uint16FromRegister(0x04, 1, bigEndian); TTL to RS485 adapter blink 8...