Communication protocol on DDC/CI

Rick Fang 1 Reputation point
2020-12-25T14:30:39.583+00:00

Hi,
I posted a monitor API question in another forum.
https://learn.microsoft.com/en-us/answers/questions/210041/low-level-monitor-api.html

I want to send customization DDC/CI protocol instead of using general VCP code.
For example protocol of adjusting LCD brightness : 07 00 4D 43 43 02 23 81 3F 3F

How do I implement the function in my application program using WDK (DeviceIOControl) function ?

thanks
Rick

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,548 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Cymon Kilmer -MSFT 801 Reputation points
    2021-01-13T18:46:01.99+00:00

    Hello,

    • Windows API only supports communicating with the monitor via VCP codes defined in MCCS (Monitor Control Command Set) via APIs listed here
    • A monitor vendor can define their own vendor specific VCP code as per the VESA MCCS spec to implement unique commands
    • We do not support sending arbitrary bytes of data to the monitor and if the requirement of the vendor can’t be satisfied with vendor specific VCP codes then it is not supported on Windows
    1 person found this answer helpful.
    0 comments No comments