開發平台為qt
此部落格qt使用的為wiringpi驅動
我使用的串列埠除錯助手為 cutecom
接線示意
widget.pro 中
qt += core gui
libs += -lwiringpi
qt += serialport
widget.h 中
#include #include #include #include #include namespace ui
class widget : public qwidget
widget::~widget()
void widget::on_pushbutton_clicked()
void widget::read()
關於如何選擇你的裝置
在樹莓派中選擇你的串列埠
一般來說, 選擇 ttys0 即對應了你的pin8,10 serial1
詳細可見
在你的電腦上選擇對應的usb試試命令
ls -l /dev/ttyusb*
詳細可以參考:
樹莓派串列埠通訊python 樹莓派串列埠通訊設定
實驗環境樹莓派 3b 開發板 2018 06 27 raspbian stretch 樹莓派作業系統 使用 windows 10 通過網線連線遠端登陸訪問方式控制樹莓派 實驗目的 為了將樹莓派構建成乙個智慧型家居的資料中心,我們需要在樹莓派上連線 zigbee 無線通訊模組,實現與感測器的一對多通訊...
樹莓派串列埠通訊編碼 樹莓派UDP通訊及串列埠通訊
bin env python import serial import string import time import threading import socket host port 10001 s socket.socket socket.af inet,socket.sock dgram...
樹莓派串列埠通訊 python篇
修改 boot 目錄下的cmdline.txt 修改內容為 dwc otg.lpm enable 0 console tty1 root dev mmcblk0p2 rootfstype ext4 elevator deadline fsck.repair yes rootwait安裝python ...