founder has asked for the wisdom of the Perl Monks concerning the following question:
I am just building a new house. I have to talk with my RS485 Modbus devices like BMS, inverter, heat pumps and air exchanger with heat recovery. I received in Control.com forum a first working answer, how to talk with my air exchanger with heat recovery from a terminal window under Linux Ubuntu:
After this worked, I installed Device::Modbus How to translate the above terminal commands into Perl using Device::Modbus?dmesg | grep tty modpoll -b 4800 -p none -a 1 -r 13 -c 1 /dev/ttyUSB0 modpoll -b 4800 -p none -a 1 -r 12 -c 1 /dev/ttyUSB0 10
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to talk with my RS485 Modbus devices
by Anonymous Monk on Jul 18, 2021 at 09:40 UTC |