It's simple terminal program for manage of weather station CWT-UWD and other station, which support this protocol. This program developed with old C++ standards and can be compling with old gcc/Qt versions. With minor changes program can be compiling for QNX.
Program has releasing master device MODBUS-RTU protocol. Used classes:
ModBusMaster— provide master modbus device functionsModBusMasterSub— provide subscribers functionsWeatherStation— provide manage of weather stationConsoleManager— provide work of terminal interface of management
For more details see code documentations.