# WelderCom **Repository Path**: XiRobot/WelderCom ## Basic Information - **Project Name**: WelderCom - **Description**: 松下焊机 485 通讯类库 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://xirobot.gitee.io/weldercom - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 松下焊机 485 通讯类库 协议参照 JTX11001-2.05 (2016.11.22),通过 2 线半双工 RS485 串口通信 ## 依赖 * [serial 串口通信](https://github.com/Sam0523/serial) * [Log 日志记录](https://github.com/Sam0523/Log) * (可选,生成文档用) [Doxygen](http://www.doxygen.org) ## 编译 将本项目目录与 serial, Log 项目目录放在同一目录下。 ### Linux 首先编译两个依赖项目,然后在本项目目录下: make 即可完成编译。输出文件为 `build/libWelderCom.a` 如要生成文档,先安装 Doxygen ,然后 make doc 即可,生成的文档在 `doc/html/` 下。 ### Windows 使用 Visual Studio 编译即可。 ## 文档 https://xirobot.gitee.io/weldercom