c語(yǔ)言串口通信典范文本

c語(yǔ)言串口通信典范文本

ID:47059749

大?。?9.50 KB

頁(yè)數(shù):13頁(yè)

時(shí)間:2019-07-11

c語(yǔ)言串口通信典范文本_第1頁(yè)
c語(yǔ)言串口通信典范文本_第2頁(yè)
c語(yǔ)言串口通信典范文本_第3頁(yè)
c語(yǔ)言串口通信典范文本_第4頁(yè)
c語(yǔ)言串口通信典范文本_第5頁(yè)
資源描述:

《c語(yǔ)言串口通信典范文本》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。

1、''一個(gè)c語(yǔ)言的串口通信程序范例標(biāo)簽:c語(yǔ)言串口通信通信程序it分類(lèi):技術(shù)筆記最近接觸一個(gè)項(xiàng)目,用HL-C1C激光位移傳感器+易控組態(tài)軟件完成生產(chǎn)線高度跳變檢測(cè),好久沒(méi)有接觸cc#,一些資料,找來(lái)做個(gè)記錄,也許大家用的著#include#include#include#include#defineCOM232?0x2f8#defineCOMINT?0x0b#defineMaxBufLen?????500#definePort8259??????

2、0x20#defineEofInt???????0x20staticint?comportaddr;staticcharintvectnum;staticunsignedcharmaskb;staticunsignedcharBuffer[MaxBufLen];staticint?CharsInBuf,CircIn,CircOut;staticvoid(interruptfar*OldAsyncInt)();staticvoidinterruptfarAsyncInt(void);voidInit_COM(int

3、ComPortAddr,unsignedcharIntVectNum,intBaud,??????unsignedcharData,unsignedcharStop,unsignedcharParity){?unsignedcharHigh,Low;?intf;?comportaddr=ComPortAddr;?intvectnum=IntVectNum;''?CharsInBuf=0;CircIn=0;CircOut=0;??f=(Baud/100);?f=1152/f;High=f/256;?Low=f-Hi

4、gh*256;?outp(ComPortAddr+3,0x80);?outp(ComPortAddr,Low);?outp(ComPortAddr+1,High);??Data=(Data-5)

5、((Stop-1)*4);?if(Parity==2)Data=Data

6、0x18;?elseif(Parity==1)Data=Data

7、0x8;?outp(ComPortAddr+3,Data);??outp(ComPortAddr+4,0x0a);??outp(ComPortAddr+1,0x01);??disab

8、le();?OldAsyncInt=getvect(IntVectNum);?setvect(IntVectNum,AsyncInt);?enable();??maskb=inp(Port8259+1);?if(IntVectNum==0x0c)outp(Port8259+1,maskb&0xef);?elseoutp(Port8259+1,maskb&0xf7);??????????????}staticvoidinterruptfarAsyncInt(void){?disable();?if(CharsInB

9、uf

10、CharInBuf(unsignedchar*Char){?intFlag;?Flag=-1;?if(CharsInBuf>0)?{??(*Char)=Buffer[CircOut];??if(CircOut

11、p(comportaddr,Char);?return0;}main(){?inti,c;?unsignedcharInChar;?Init_COM(COM232,COMINT,1200,8,1,0);?while(1)?{??if(kbhit())????{if((InChar=getch())==27)break;?????elsewhile(SendChar(InC

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

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

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