# qt_can_demo **Repository Path**: jl_git/qt_can_demo ## Basic Information - **Project Name**: qt_can_demo - **Description**: 根据B站大佬给的qt上位机程序自己重新提取了简单的获取can数据的代码 缺陷:没验证can数据的发送,没使用多线程处理收到的数据,只是开了个定时器去处理收到的数据的 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/jl_git/qt_can_demo - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-03-26 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 其中kerneldlls目录+controlCAN.dll 需要剪切到build后的二进制目录才能运行 controlCAN.h+controlCAN.lib是一定要放到代码目录的。 由此可知:dll是运行需要用的库 而lib是编码时候的函数库