zoukankan      html  css  js  c++  java
  • CETK serial test issues and IRDA settings

    1.Serial communicaion test can't run, it's because we need full modem COM port to run the test.

    2. command line with run serial communication test case with pserial.dll

    Option -p Followed by the Port name COMx: to specify the COM port to run against.
    Option -g Followed by the Serial Device name.
    Option -s Indicating that the device is a slave.
    Option -m Indicating that the device is a master.
    Option -b Indicating that it is a Blue Tooth Device.
    Option -e to run Perf Tests.
    Option -t to run Stress Tests.

    3.Graphic device performance test can't run, it's resolved by adding feature "Filter and Translation", I think maybe it's Drect Draw contributes to the problem, because "Filter and Translation" depends on "Direct Draw".

    4. Sample of IRDA registry setting:

    IF SYSGEN_IRDA
    [HKEY_LOCAL_MACHINE\Comm\IrDA\Linkage]
    ; Need to have IrDA stack bind to the miniport.
    "Bind"=multi_sz:"Irsir1"

    [HKEY_LOCAL_MACHINE\Comm\Irsir]
    "DisplayName"="Serial (COM) IrDA Driver"
    "Group"="NDIS"
    "ImagePath"="irsir.dll"

    [HKEY_LOCAL_MACHINE\Comm\Irsir\Linkage]
    "Route"=multi_sz:"Irsir1"

    [HKEY_LOCAL_MACHINE\Comm\Irsir1\Parms]
    ; BusNumber and BusType required for NDIS.
    "BusNumber"=dword:0
    "BusType"=dword:0
    ; Serial port.
    "Port"=dword:2
    ; 0 = Use external dongle, 1 = Use internal IR
    "IntIR"=dword:1
    ; 0 = Internal transceiver, 1 = Extended Systems JetEye dongle
    "TransceiverType"=dword:0
    "DisablePowerManagement"=dword:1

    ENDIF

  • 相关阅读:
    AcWing 204. 表达整数的奇怪方式 / Strange Way To Express Integers
    Codeforces Edu Round 67 A-C + E
    Codeforces Edu Round 66 A-E
    Codeforces Edu Round 65 A-E
    Codeforces Edu Round 64 A-D
    Codeforces Edu Round 63 A-E
    Codeforces Edu Round 62 A-E
    Codeforces Edu Round 61 A-C + F
    python 线程池和锁
    python 线程
  • 原文地址:https://www.cnblogs.com/ceblog/p/1772362.html
Copyright © 2011-2022 走看看