c語(yǔ)言串口通信范例

c語(yǔ)言串口通信范例

ID:39347044

大小:59.00 KB

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

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

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)容在行業(yè)資料-天天文庫(kù)。

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

2、?comportaddr;staticcharintvectnum;staticunsignedcharmaskb;staticunsignedcharBuffer[MaxBufLen];staticint?CharsInBuf,CircIn,CircOut;staticvoid(interruptfar*OldAsyncInt)();staticvoidinterruptfarAsyncInt(void);voidInit_COM(intComPortAddr,unsignedcharIntVectNum,intBaud,??????unsignedcharData,unsign

3、edcharStop,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-High*256;?outp(ComPortAddr+3,0x80);?outp(ComPortAddr,Low);?outp(ComPortAddr+1,High);??Data=(Data-5)

4、((Stop-1)*4

5、);?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);??disable();?OldAsyncInt=getvect(IntVectNum);?setvect(IntVectNum,AsyncInt);?enable();??maskb=inp(Port8259+1);?if(IntVectNum==0x0c)outp(Port8259+1,maskb

8、&0xef);?elseoutp(Port8259+1,maskb&0xf7);??????????????}staticvoidinterruptfarAsyncInt(void){?disable();?if(CharsInBuf

9、estore(void){?setvect(intvectnum,OldAsyncInt);?outp(Port8259+1,maskb);?}intGetCharInBuf(unsignedchar*Char){?intFlag;?Flag=-1;?if(CharsInBuf>0)?{??(*Char)=Buffer[CircOut];??if(CircOut

10、((inp(comportaddr+5)&0x20)==0)return-1;?outp(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(InChar));

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

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

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(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)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。