使用 C# 撰寫 ModbusTCP client | 全端開發人員天梯 #84
Replies: 1 comment
-
// See https://aka.ms/new-console-template for more information using System.Net.Sockets; Console.WriteLine("Program statr!"); try
} 2023.07.19 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
使用 C# 撰寫 ModbusTCP client | 全端開發人員天梯
在之前的文章「簡介 Modbus TCP」我們簡單介紹了工業上常見且簡單的通訊方式,Modbus 以及 ModbusTCP,由於 ModbusTCP 本身非常簡單,因此就算不靠任何 library,只要懂得撰寫簡單的 TCP 程式就可以自己實作一個 ModbusTCP client,所以今天就以 C# 為例,實作一個簡單具有讀取功能的 ModbusTCP client。
https://fullstackladder.dev/blog/2022/11/12/modbustcp-client-using-csharp/
Beta Was this translation helpful? Give feedback.
All reactions