Skip to content

Simple WPF monitor use AX Serial Port for fast serial read

Notifications You must be signed in to change notification settings

leybme/WpfSerialPortMonitor

Repository files navigation

WPF Serial Port Monitor

WPF Serial Port Monitor is a Windows Presentation Foundation (WPF) application designed to facilitate monitoring and communication with serial ports. This tool is particularly useful for developers and technicians who need to interact with devices via serial communication protocols.

Features

  • Serial Port Discovery: Automatically detects available serial ports on your system.
  • Customizable Communication Settings: Configure baud rate, data bits, stop bits, and parity settings to match your device requirements.
  • Data Monitoring: Real-time display of incoming and outgoing serial data.
  • User-Friendly Interface: Intuitive UI for easy setup and monitoring.
  • Open Source: Full access to the source code for customization and improvement.

Getting Started

Prerequisites

Installation

  1. Clone the Repository

    Clone the repository to your local machine using the following command:

    git clone https://github.com/leybme/WpfSerialPortMonitor.git
  2. Build the Project

    Open the solution file in Visual Studio and build the project to restore dependencies and compile the application.

  3. Run the Application

    After building the project, you can run the application directly from Visual Studio or by executing the compiled binary.

Usage

If you use Arduino for test serial, you can use the code in Folder ArduinoEchoTestCode

  1. Select a Serial Port

    Launch the application and select the desired serial port from the dropdown list.

  2. Configure Settings

    Set the baud rate, match the specifications of the connected device.

  3. Start Monitoring

    Click the "Connect" button to start monitoring the selected serial port. The incoming and outgoing data will be displayed in real time.

Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to create an issue or submit a pull request.

Acknowledgments

  • Special thanks to the open-source community for their invaluable contributions and support.

Contact

For questions or feedback, please reach out to the repository maintainer at nly@hcmiu.edu.vn.

About

Simple WPF monitor use AX Serial Port for fast serial read

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published