Skip to content

joelinkaiyi/com_port_terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com_port_terminal

使用說明

  1. 啟動應用程式後,點擊 "refresh ports" 按鈕刷新可用串口列表
  2. 從下拉選單中選擇目標串口
  3. 選擇適當的鮑率(預設 9600)
  4. 點擊 "connect" 按鈕連接串口
  5. 在下方輸入框輸入要發送的數據,按 "send" 按鈕或 Enter 鍵發送
  6. 接收到的數據會即時顯示在上方的輸出區域
  7. 完成後點擊 "disconnect" 按鈕斷開連接

依賴套件

  • eframe:GUI 框架
  • serialport:串口通訊
  • std:Rust 標準函式庫

開發說明

專案使用以下主要組件:

  • ComPortApp:主要應用程式結構
  • 多執行緒處理串口數據讀取
  • egui 提供的圖形介面元件

v1.0.0

  • 初始版本發布
  • 基本串口通訊功能
  • 圖形使用者介面

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages