Search found 1 match

by Kirti_Lalwani10
Fri Nov 17, 2023 12:07 pm
Forum: General Discussion
Topic: Unable to get parameter response using MODBUS RTU
Replies: 1
Views: 3659

Unable to get parameter response using MODBUS RTU

/* * SPDX-FileCopyrightText: 2016-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "string.h" #include "esp_log.h" #include "modbus_params.h" // for modbus parameters structures #include "mbcontroller.h" #include "sdkconfig.h" #define MB_PORT_NUM (2) // Nu...