Added missing snapshot tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup />
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Serial\AMWD.Protocols.Modbus.Serial.csproj" />
|
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Serial\AMWD.Protocols.Modbus.Serial.csproj" />
|
||||||
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Tcp\AMWD.Protocols.Modbus.Tcp.csproj" />
|
<ProjectReference Include="..\..\src\AMWD.Protocols.Modbus.Tcp\AMWD.Protocols.Modbus.Tcp.csproj" />
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
DeviceIdentification
|
||||||
|
VendorName: VendorName
|
||||||
|
ProductCode: ProductCode
|
||||||
|
MajorMinorRevision: MajorMinorRevision
|
||||||
|
VendorUrl:
|
||||||
|
ProductName:
|
||||||
|
ModelName:
|
||||||
|
UserApplicationName:
|
||||||
|
IsIndividualAccessAllowed: False
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Serial Client COM-42
|
||||||
|
BaudRate: 2400
|
||||||
|
DataBits: 7
|
||||||
|
StopBits: 1.5
|
||||||
|
Parity: space
|
||||||
|
Handshake: xonxoff
|
||||||
|
RtsEnable: true
|
||||||
|
DriverEnabledRS485: true
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
TCP Client 127.0.0.1
|
||||||
|
Port: 502
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
DeviceIdentification
|
||||||
|
VendorName: VendorName
|
||||||
|
ProductCode: ProductCode
|
||||||
|
MajorMinorRevision: MajorMinorRevision
|
||||||
|
VendorUrl:
|
||||||
|
ProductName:
|
||||||
|
ModelName:
|
||||||
|
UserApplicationName:
|
||||||
|
IsIndividualAccessAllowed: False
|
||||||
Reference in New Issue
Block a user