Serial Communication from Metro Style App written in C#/C++
-
Wednesday, September 14, 2011 9:11 AM
Is it possible to access Serial COM port from Metro Style App written in C#?
If yes, how?
Thanks,
- Edited by katabuki Wednesday, September 14, 2011 2:58 PM
All Replies
-
Wednesday, September 14, 2011 4:08 PMModerator
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.- Marked As Answer by Carlos Lopez - MSFTMicrosoft Employee, Moderator Wednesday, September 14, 2011 4:10 PM
-
Tuesday, September 11, 2012 9:32 AM
we can't operate the COM port in the Windows store app in any way......
-
Tuesday, September 25, 2012 12:19 AMModerator
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
- Marked As Answer by Eric Hanson-MSFTMicrosoft Employee, Moderator Tuesday, September 25, 2012 12:20 AM


