Explorar el Código

修改了终端标识寄存器地址

luoyaogang hace 1 año
padre
commit
06eb90d145
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Uestc.Auto6.Dso.Hardware.Driver/Drivers/Driver_JiHePcie.cs

+ 1 - 1
Uestc.Auto6.Dso.Hardware.Driver/Drivers/Driver_JiHePcie.cs

@@ -41,7 +41,7 @@ namespace Uestc.Auto6.Dso.Hardware.Driver
             _LastReadTime = DateTime.Now;
             while(true)
             {
-                control.UserStream.ReadFile(0x8084, ref _InterruptResult);
+                control.UserStream.ReadFile(0x80A0, ref _InterruptResult);
                 _Result = _InterruptResult == 1;
                 if(_Result || (DateTime.Now - _LastReadTime).TotalMilliseconds>=ReadDMATimeout)
                 {