Search found 1 match

by natacha95
Tue Jan 30, 2024 7:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Read Modbus TCP Register from Huawei Wechselrichter
Replies: 1
Views: 184103

Re: Read Modbus TCP Register from Huawei Wechselrichter

It looks like you are attempting to communicate with a Modbus TCP server using LiveCode. Modbus TCP messages are typically hexadecimal-encoded strings, and you need to send the appropriate Modbus command to read the desired register. Here is an example of how you might structure your LiveCode script...