Serial Communication from Metro Style App written in C#/C++
-
Mittwoch, 14. September 2011 09:11
Is it possible to access Serial COM port from Metro Style App written in C#?
If yes, how?
Thanks,
- Bearbeitet katabuki Mittwoch, 14. September 2011 14:58
Alle Antworten
-
Mittwoch, 14. September 2011 16:08Moderator
WinRT currently does not support for Serial COM. Please refer to http://msdn.microsoft.com/en-us/library/windows/apps/hh464945(v=VS.85).aspx.
----
This Posting is provided 'AS IS' with no warranties, and confers no rights.- Als Antwort markiert Carlos Lopez - MSFTMicrosoft Employee, Moderator Mittwoch, 14. September 2011 16:10
-
Dienstag, 11. September 2012 09:32
we can't operate the COM port in the Windows store app in any way......
-
Dienstag, 25. September 2012 00:19Moderator
This isn’t a scenario we targeted. The option of last resort – is you write a custom driver, which isn’t an option for everyone, and even then it can only be accessed by one privileged app declared in device metadata. A desktop app may be a better answer.
Best Wishes - Eric
- Als Antwort markiert Eric Hanson-MSFTMicrosoft Employee, Moderator Dienstag, 25. September 2012 00:20

