cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.3k stars 940 forks source link

Windows 10 Serial getDevices returns null #1064

Open azjata opened 9 years ago

azjata commented 9 years ago

Under Windows 10, Serial::getDevices(true) always returns null. The Serial is visible in the OS and I can communicate with it using Serial Monitor

richardeakin commented 9 years ago

What happens if you try @pizthewiz's Cinder-Serial block? I think the relevant code in that is much more modern compared to ci::Serial.

azjata commented 9 years ago

The Serial communication works fine using ci::Serial but i have to manualy type in the port, the enumeration does not work. I guess that should be fixed in cinder or go away at all :)

pizthewiz commented 9 years ago

Could this be related to PR Allow Serial to find virtual COM ports on Windows #425 or the forum threads Ian linked up?

MikeGitb commented 7 years ago

Are there any plans to replace ci::Serial with Cinder-Serial?