Closed fippse closed 2 years ago
Which OS are you using? Can you find the USB VID & PID of the monitor?
Hi, thank you. Windows 11. I think it is: VID: 043e, PID: 9a57 I did a quick edit locally and it works with the monitor.
This commit should integrate that. Let me know if it works.
Awesome, that was quick. I don't understand the usage_page part but this doesn't work:
if (vid, pid) in vids_pids.keys() and usage_page == 0xff01:
.. No monitors found
if (vid, pid) in vids_pids.keys():
this works though..
I have a 38GN950 connected to a displayport. Program also print out "No monitors found". The ID should be VID_043E&PID_9A8A
I found that the "usage page" of my device is 0xFF00 instead of 0xFF01
I removed the "usage_page" condition check and got through, but the monitor doesn't seem to respond to the demo commands.
The latest version should now work with the 38GL with no modifications.
@fippse were you able to test this again on the 38GL950G?
@subraizada3 Yeah, awesome it works nicely!
Hey, it would be awesome if you added support for the predecessor - which should be pretty similar to the 38GN950G. Currently, it just says 'not monitors found'. Cheerio!