-
Hello,
I am using the TI CC3235SF MCU and to include the Azure IoT SDK, I am using the Azure IoT SDK Plugin V4.10 provided by TI. Into this plugin, I have cloned the latest LTS Azure IoT SDK C ([LT…
-
Hi,
I working latest device updates sdk code and developed some own unit test for own customized part of code.
Unit test is acting for function which send message to cloud , so it has dependencies t…
-
能否记录下软件的配置参数,有的页面参数较多,关闭一次就需要重新配置一次太麻烦了。
-
在读取AB PLC 时
AllenBradleyClient client = new AllenBradleyClient("192.168.3.16", 44818);
IoTClient.Result result1 = client.ReadUInt32("ST_L82Edata");
这个ST_L82Edata是一个长度为100的数组,我用ReadUInt32…
-
### Basic Infos
#### Hardware
Hardware: ESP8266
Core Version: 1.0.0
### Description
I am getting Exception (3) when I try to send data to a AWS server. I have made sure that my cred…
-
Publish objects as payload which will be mapped to json via the ObjectMapper internally, similar to listener.
wjans updated
6 years ago
-
我用工具读很快就可以读出来
![image](https://user-images.githubusercontent.com/26960023/234446536-c829d0c1-d2fe-46da-b4cb-eeeaced6bbbc.png)
用下面的代码
mcProtocolTcp = new McProtocolTcp(ip, port, McFram…
-
我想用modbustcp在一个地址的连续两个寄存器分开写两个值,请问是如何写入?实例好像都是写一个值
-
Please note that this code is for [aws-iot-device-sdk-js](https://github.com/aws/aws-iot-device-sdk-js) which is v1, previous version. The latest sdk is [v2](https://github.com/aws/aws-iot-device-sdk-…
-
**Below is the code used to C2D (Service client Sender)**
`package iothub
import (
"context"
"fmt"
"log"
"github.com/amenzhinsky/iothub/iotservice"
)
// SendMessage sends a message…