That device is using the Modbus RTU procotol. Use a corresponding library (p.e. ModbusMaster, available in the IDE's library manager) to access it. The library will tell you the error code you get.
The manual says the device has only one register (0x00), so it doesn't make sensor to try to read register 22 (0x16).
pylon:
That device is using the Modbus RTU procotol. Use a corresponding library (p.e. ModbusMaster, available in the IDE's library manager) to access it. The library will tell you the error code you get.
The manual says the device has only one register (0x00), so it doesn't make sensor to try to read register 22 (0x16).
I checked the three examples provided with the library and the result is unreadable (mostly squares and cannot be past here)
I checked the three examples provided with the library and the result is unreadable (mostly squares and cannot be past here)
Sure you have to adapt it to your needs. The examples use the hardware serial interface for communication. If you use it unmodified you send Modbus data to your serial monitor. Of course this doesn't result in any readable character.