From 7ef5ec2a027fd013340b17f0ef2cf8b74054ebdb Mon Sep 17 00:00:00 2001 From: Tyler Moffat Date: Thu, 22 Jan 2026 14:25:00 -0700 Subject: [PATCH 1/5] Added reset command to library and reset button to app --- .../Views/MainWindow.xaml | 8 +++ .../Views/MainWindow.xaml.cs | 12 ++++ .../BillValidators/BillValidator.cs | 55 +++++++++++++++++++ .../Messages/Requests/ResetRequestMessage.cs | 35 ++++++++++++ 4 files changed, 110 insertions(+) create mode 100644 PTI.Rs232Validator/Messages/Requests/ResetRequestMessage.cs diff --git a/PTI.Rs232Validator.Desktop/Views/MainWindow.xaml b/PTI.Rs232Validator.Desktop/Views/MainWindow.xaml index 7902681..0371273 100644 --- a/PTI.Rs232Validator.Desktop/Views/MainWindow.xaml +++ b/PTI.Rs232Validator.Desktop/Views/MainWindow.xaml @@ -17,6 +17,7 @@ Select Port Start Polling + Reset Stop Polling Pause Resume @@ -102,6 +103,13 @@ Content="Barcode Detection" IsChecked="{Binding IsBarcodeDetectionEnabled, Mode=TwoWay, IsAsync=True}" /> + + +