浏览代码

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

luoyaogang 1 年之前
父节点
当前提交
06eb90d145
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
                 {