我正在尝试实现Modbus
从站模拟器应用程序。
当我单击DataGridView
单元格时,数据将更改为Coils
的数据,这应该反映在我引用{{1}的Modbus DataStore
dataStore
中}库。
下面给出了我的代码,以反映对NModbus
的更改,以及在单击连接时用于创建DataStore
的代码。
我在dataStore
方法中编写的代码正在更改DataStoreUpdate
中的值,但对于该垂直函数来说是本地的。
当我使用DataStore
运行时,更改没有反映出来,即Master
从Master
读取Coils
时。
单击dataStore
单元格时如何更新dataStore
的值?
DataGridView