Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
mcu 프로젝트를 개발중에 QString, QCanBus, QObject 등 qt 라이브러리를 사용하려고 하는데 mcu tool 라이브러리에 수동으로 추가시켜도 읽지를 못합니다.
어떤식으로 mcu 프로젝트에서 해당 라이브러리를 사용할 수 있나요?
어떠한 방법이라도 감사합니다.
@inusion
QT += serialbus
#include <QCanBus>
당신의 Qt 는 Qt 5.8 이상의 버전인가요?
Qt 를 설치 시에 serial 관련 내용을 함께 설치하셨나요?