Browse Source

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

luoyaogang 1 year ago
parent
commit
06eb90d145
1 changed files with 1 additions and 1 deletions
  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)
                 {