由於視窗創建時無法印出中文字原(編碼無法是別),所以會印出亂碼!
這邊介紹兩鐘方式可以印出中文字。
1.在main.cpp中加入以下程式
#include<QTextCodec>
QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
2.直接在要顯示的地方加入
QString::fromLocal8Bit()
顯示效果:
這次使用Arduino UNO + RS485 的模組,來實現Modbus Slave 的通訊 Pin Name Pin Description VCC 5V A Non-inverting Receiver Input Non-Inverting Driver Output ...
沒有留言:
張貼留言