Skip to content

baiyanmo/winform-upper

Repository files navigation

Winform Upper Computer - Serial Port Monitor

.NET 8.0 Windows Forms serial communication tool with MySQL storage and image display.

Stars .NET

Features

Serial Communication

  • Auto-detect COM ports, 1200-115200 baud rates, configurable data/parity/stop bits
  • Real-time connection status (green=connected, red=disconnected)

Data Send/Receive

  • Text mode and hex mode (format: AA BB CC)
  • Auto newline, auto scroll

Database

  • MySQL integration, auto-save received data
  • History query with time range filter, CSV/TXT export
  • Visual DB management, Navicat compatible

Image Display

  • Receive and display images via serial port
  • JPEG, PNG, BMP, raw RGB888, grayscale support

Requirements

  • Windows + .NET 8.0 Runtime
  • Available COM port
  • MySQL 5.7+ (optional for DB features)

Quick Start

Project Structure

  • MainForm.cs: Main window logic
  • DatabaseForm.cs: DB management window
  • DatabaseManager.cs: DB operations
  • Program.cs: Entry point

Tech Stack

  • .NET 8.0 / Windows Forms
  • System.IO.Ports (serial)
  • MySql.Data (MySQL driver)

Docs

License

MIT

About

基于.NET 8.0 Winform的通用串口通信上位机,支持数据收发、MySQL存储、图像显示

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages