Forráskód Böngészése

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

luoyaogang 1 éve
szülő
commit
06eb90d145

+ 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)
                 {