# imucar **Repository Path**: zhang-keqiang111/imucar ## Basic Information - **Project Name**: imucar - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-15 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README serial_vofa_reader.py 简单说明: - 在 Windows 上运行: python serial_vofa_reader.py --port COM3 --baud 115200 --outfile frames.csv --raw raw.hex --floats 8 - 如果不知道每帧 float 数,省略 --floats,脚本会尝试自动检测(可能需要接收足够多的数据以便识别)。 - requirements.txt 包含所需依赖: pip install -r requirements.txt 调试提示: - 如果脚本提示 pyserial 未安装,请运行:pip install pyserial - 如果解析出来的列数不对,尝试捕获更多数据或在 --floats 明确指定每帧 float 数。 - 该脚本会将原始 hex 数据追加到 --raw 指定的文件中(如果提供)。