# portablecs **Repository Path**: wattercutter/portablecs ## Basic Information - **Project Name**: portablecs - **Description**: 便携式测控站上位机。内含有通信协议解包组件。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-15 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PortableCS便携式测控站上位机 【便携式测控站】赠给儿时的自己. 七八岁到中学的时候一直想要一个可以测量许多物理量的小盒子, 这是这个小盒子的<上位机>. 通过串口读取小盒子采集的信息; 为各个物理量提供一个数据展板; - 通信协议和解包方法放在CSInfoParser.h中; - 串口数据的读取方法放在CSInfoReader.h中; - 窗体上的图标文件放在Icons目录下; 使用*Qt Creator*开发