1
0
mirror of https://github.com/zhaopeiym/IoTClient synced 2025-10-26 22:15:44 +08:00

添加 ModBusTcp demo

This commit is contained in:
BennyZhao
2019-10-14 21:09:19 +08:00
parent 79e99142ba
commit 1d604c9d68
12 changed files with 823 additions and 79 deletions

View File

@@ -111,7 +111,11 @@ namespace IoTServer.Servers.ModBus
break;
}
}
catch (Exception) { }
catch (Exception ex)
{
//todo
throw ex;
}
}
}
}