From ac4f8c9bb36ae6ef8b077678ee5ea6c631b53c6e Mon Sep 17 00:00:00 2001 From: mort5161 Date: Fri, 20 Mar 2015 12:46:55 -0700 Subject: [PATCH] Added device tab for opening up other devices and example of auto discovery of serial port devices --- src/SampleApp.WinDesktop/MainWindow.xaml | 35 +++++ src/SampleApp.WinDesktop/MainWindow.xaml.cs | 155 +++++++++++++++++++- 2 files changed, 183 insertions(+), 7 deletions(-) diff --git a/src/SampleApp.WinDesktop/MainWindow.xaml b/src/SampleApp.WinDesktop/MainWindow.xaml index c4a1144..a69cacf 100644 --- a/src/SampleApp.WinDesktop/MainWindow.xaml +++ b/src/SampleApp.WinDesktop/MainWindow.xaml @@ -49,6 +49,41 @@ HorizontalScrollBarVisibility="Visible" /> + + + + + + + +