# 串口助手 **Repository Path**: cdxndcjd/serial-assistant ## Basic Information - **Project Name**: 串口助手 - **Description**: 使用LabVIEW面向对象OOP + .net 设计的串口助手,不用安装VISA也可以使用 - **Primary Language**: 其他 - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-11-21 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 串口助手 描述: 使用LabVIEW OOP + .net 技术设计一个串口助手 ## 开发环境 1.开发环境LabVIEW 2015 2.JKI 状态机 ## 设计 1. 创建类 1.1 串口类 属性: .net Ref PortNumber Baudrate ... isOpen 方法: init Open Close Write (line/string/byte) Read (Line/string /byte) GetAllAttribute