|
@@ -75,10 +75,9 @@ namespace Venus_RT.Devices.SMIF
|
|
|
Parity = Parity.None,
|
|
|
StopBits = StopBits.One,
|
|
|
};
|
|
|
- GlobalData.DeviceId = 0;
|
|
|
SecsGemSerialOptions secsGemSerialOptions = new SecsGemSerialOptions()
|
|
|
{
|
|
|
- DeviceId = GlobalData.DeviceId
|
|
|
+ DeviceId = 0
|
|
|
};
|
|
|
|
|
|
_serial = new SecsGemSerialApplication(VCEName.ToString(), serialOptions, secsGemSerialOptions);
|