修改了http服务器无法正确处理post请求入参;添加了modbus tcp客户端支持。

This commit is contained in:
fengjiayi
2025-07-23 15:57:57 +08:00
parent acf0b87ad0
commit 4e20e816ae
24 changed files with 2466 additions and 189 deletions

View File

@@ -1,13 +1,12 @@
using Net462DllTest.View;
using Serein.Library;
using Serein.Library;
namespace Net462DllTest.Signal
{
public enum FromValue
/*public enum FromValue
{
[BindValue(typeof(FromWorkBenchView))]
FromWorkBenchView,
[BindValue(typeof(TestFormView))]
TestFormView,
}
}*/
}

View File

@@ -9,7 +9,7 @@ using System;
namespace Net462DllTest.Web
{
[AutoHosting]
[WebApiController]
public class FlowController : ControllerBase
{
private readonly SiemensPlcDevice plcDevice;