樹莓派如何采集rs485數(shù)據(jù)

樹莓派如何采集rs485數(shù)據(jù)

ID:34776760

大?。?44.95 KB

頁數(shù):6頁

時間:2019-03-10

樹莓派如何采集rs485數(shù)據(jù)_第1頁
樹莓派如何采集rs485數(shù)據(jù)_第2頁
樹莓派如何采集rs485數(shù)據(jù)_第3頁
樹莓派如何采集rs485數(shù)據(jù)_第4頁
樹莓派如何采集rs485數(shù)據(jù)_第5頁
資源描述:

《樹莓派如何采集rs485數(shù)據(jù)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫。

1、樹莓派如何采集RS485數(shù)據(jù)1、RS485介紹RS485是有線傳輸串行數(shù)據(jù)的標,支持同時傳輸485總線上的多點數(shù)據(jù)。傳輸速率為10Mbps,傳輸距離可達50英尺。傳輸速率為100Kbps時,傳輸距離可達4000英尺。RS485總線通常為4芯或2芯,現(xiàn)在普遍采用2芯總線。一條總線最多支持32個設(shè)備。總線之間還可以串接,從而支持成百以上的節(jié)點。RS485主要技術(shù)規(guī)格如下:RS485specificationoverviewAttributeSpecificationCablingMulti-dropNumberofdevices32transmitt

2、ers32receiversCommunicationsmodeshalfduplexMaximumdistance4000feet@100kbpsMaximumdatarate10Mbps@50feetSignallingBalancedMark(data=1)condition1.5Vto5V(BgreaterthanA)Space(data=0)condition1.5Vto5V(AgreaterthanB>Driveroutputcurrentcapability250mA2、RS485和樹莓派的連接目前有一種RS485Shield的設(shè)備

3、,可以直接連接到樹莓派上。硬件連接圖如下:1、配置Updatesourcelist$sudoapt-getupdateInstallpython-pip$sudoapt-getinstallpython-pipUsepiptoinstallWiringPi(WiringPiisdesignedforraspberrypitobehavesimilarlytothatofthewiringlibraryunderArduino.?Afterthislibraryis?installed,c?orshellorpythoncanusethe?func

4、tiontoconfigureandcontrolGPIOsdirectly.?:$sudopipinstallwiringpiInstalledthe?associatedlibraryfilesofserialports:$sudoapt-getinstallpython-serial.TestwhethertheGPIOlibraryandtheseriallibraryisinstalledornot:$python$importRPi.GPIO$importserialIfthereisnoerror,thenthetwolibrari

5、esareinstalledcorrectly.Weneedtoconfigure?file‘/boot/cmdline.txt’toremovethekernelbootinginformationanddebugmessage:$sudonano/boot/cmdline.txtYoucanseethefollowinginformation:dwc_otg.lpm_enable=0console=ttyAMA0,115200kgdboc=ttyAMA0,115200console=tty1root=/dev/mmcblk0p2rootfst

6、ype=ext4elevator=deadlinerootwaitRemove“console=ttyAMA0,115200kgdboc=ttyAMA0,115200″sothattheinformationbecomes:dwc_otg.lpm_enable=0console=tty1root=/dev/mmcblk0p2rootfstype=ext4elevator=deadlinerootwaitDisableloginfromtheserialport:$sudonano/etc/inittabandcommentout”T0:23:re

7、spawn:/sbin/getty-LttyAMA0115200vt100″RestartRaspberryPi:$sudorebootNowyoucanuse/dev/ttyAMA0liketheregularCOMport.1、測試代碼Testcode(serial_test.py)?:12345678910111213importserial?port=”/dev/ttyAMA0″?usart=serial.Serial(port,9600)?usart.flushInput()?print(“serialtest:BaudRate=960

8、0″)?usart.write(“pleaseenterthecharacter:r”)?whileTrue:141516171819

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。