# qt_modbus **Repository Path**: wx5575/qt_modbus ## Basic Information - **Project Name**: qt_modbus - **Description**: 这是用qt编写的modbus_rtu通讯测试软件。底层机制也是用QSerialPort来写的。虽然不很全面完善,但是代码揭示了QT和modbus_rtu的底层运作机制。基于QT4 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-12-15 - **Last Updated**: 2021-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qt_modbus - modbusRTU, modbus-ASCII Test Program using Qt ## Development Environment - Linux 32bit - Qt 4 - Qt Creator 3.5.1 ## Features - All log data save to csv file which is 2MB size, consecutively. - All send packet save to send list, then it can reuse later. - Packet data in send list can send repeatedly. - Caculate CRC. - Transform ASCII <-> HEX. - Transform dec <-> hex10 ## HowTo - load .pro file to Qt Creator