-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility Windows 10 Universal (Windows 10 Iot Core) #130
Comments
oh lovely, it looks like the two may not be compatible with each other.
|
luckily they are compatible, but I haven't found out how to read the registry key with the com port yet with one of the CM_* methods |
this is going to be something for the next major update |
Hello, I'm a C# dev with no specific knowledge in CEC, but I'll be glad to help you if there is something to test/ adapt. Best regards, |
I've replaced a couple of the winapi calls by the iot core compatible ones, but I couldn't find a method to read the registry entry that contains the com port that the system allocated for the device that's compatible with iot core when I looked at it earlier. That's in the C++ part: https://github.com/Pulse-Eight/libcec/blob/master/src/libcec/adapter/Pulse-Eight/USBCECAdapterDetection.cpp I'll look into it before the next major update, but I can't give an ETA on that one at this time. |
Hi, Anything new about using libcec on Windows 10 Universal (Windows 10 Iot Core)? Thank you! |
Following along, because I'd love to get this working on Win 10 IoT as well. |
Also following. My MagicMirror is in Heavy need of switching On/Off its display. |
Any news on this? Waiting a long time on it. Hope it will be fixed soon! |
Any ETA? |
Sorry, we haven't had time for this yet. It's a not a bug, but more like supporting a new operating system in this case. |
.net core / uwp is now supported in master. it will be included in the next release. |
SetupDiGetClassDevs is only supported on Windows 10 Desktop.
For Windows 10 Universal (Windows 10 Iot Core -> Raspberry Pi) CM_Get_Device_ID_List / CM_Get_Device_Interface_List needs to be used.
https://msdn.microsoft.com/zh-tw/library/windows/hardware/ff551069(v=vs.85).aspx
The text was updated successfully, but these errors were encountered: