多機(jī)通信的實(shí)現(xiàn)與研究設(shè)計(jì)報(bào)告.doc
約47頁DOC格式手機(jī)打開展開
多機(jī)通信的實(shí)現(xiàn)與研究設(shè)計(jì)報(bào)告,頁數(shù) 32 字?jǐn)?shù) 14654[摘要]:我的畢業(yè)設(shè)計(jì)是pc間串行通信軟件,具有串行通信的一般功能,包括數(shù)據(jù)的傳送(以ascii碼的形式或是以二進(jìn)制的形式)、串口的打開和關(guān)閉的操作、串口的配置(配置串口的比特率、校驗(yàn)位、數(shù)據(jù)位、停止位、緩沖區(qū)大小,端口號的設(shè)置)、選擇待發(fā)送的文件等等的功能。本文...
內(nèi)容介紹
此文檔由會(huì)員 張陽陽 發(fā)布
多機(jī)通信的實(shí)現(xiàn)與研究設(shè)計(jì)報(bào)告
頁數(shù) 32 字?jǐn)?shù) 14654
[摘要]:我的畢業(yè)設(shè)計(jì)是pc間串行通信軟件,具有串行通信的一般功能,包括數(shù)據(jù)的傳送(以ASCII碼的形式或是以二進(jìn)制的形式)、串口的打開和關(guān)閉的操作、串口的配置(配置串口的比特率、校驗(yàn)位、數(shù)據(jù)位、停止位、緩沖區(qū)大小,端口號的設(shè)置)、選擇待發(fā)送的文件等等的功能。本文結(jié)合pc間串行通信的原理、控件的使用方法、代碼的說明,實(shí)現(xiàn)了pc間串行通信軟件的設(shè)計(jì)。系統(tǒng)運(yùn)行結(jié)果證明,本文所設(shè)計(jì)的pc間串行通信軟件系統(tǒng)可以實(shí)現(xiàn)串口通信的功能。
我所實(shí)現(xiàn)的部分為:發(fā)送方的frmConfig窗體。
[關(guān)鍵詞]:通信,串口,Visual Basic語言,控件。
[Abstract]:My course of study which has normal function of serial communicationis is serial communication among of Pc. It has the fuction which can carry data(with the code of ASCII form and with the form of the binary system),and open the serial port, and configure it(config the baud rate ,the parity bit ,the data bit ,the stop bit ,the buffer size,the port number ),and choose the transmitted document etc.The text use elements of serial communicationis,and methods of using widgets,and explained codes to realize the software.The resualts of the system running proved the software can realize the function of serial communicationis.
Which realized of mine is the frmconfig of the dispatcher.
[Keywords]: Correspondence, serial port, the language of Visual Basic, control piece
目錄
多機(jī)通信的實(shí)現(xiàn)與研究 3
[摘要] 3
[關(guān)鍵詞] 3
第一章 PC間串行通信軟件系統(tǒng)簡要說明 3
第二章 系統(tǒng)運(yùn)行環(huán)境 4
第三章 系統(tǒng)設(shè)計(jì) 4
第一節(jié) 系統(tǒng)分析 4
第二節(jié) 串行通信的一些基本概念 5
第三節(jié) MSCOMM控件介紹 6
第四節(jié) 系統(tǒng)模塊結(jié)構(gòu)及詳細(xì)設(shè)計(jì) 13
第五節(jié) 變量及代碼設(shè)計(jì) 16
第四章 系統(tǒng)運(yùn)行結(jié)果及效果分析 30
第五章 用戶手冊 30
第一節(jié) 系統(tǒng)的安裝和啟動(dòng) 31
第六章 畢業(yè)設(shè)計(jì)體會(huì) 31
參考文獻(xiàn): 33
[參考文獻(xiàn)]
[1] 黃軍 熊勇 劉燕 劉小梅等編著,《串口通信編程》,人民郵電出版社,2002.1,P2-3、P57-68。
[2]戴梅萼 史嘉權(quán)編著,《微型計(jì)算機(jī)技術(shù)及應(yīng)用》,清華大學(xué)出版社,2002.5
頁數(shù) 32 字?jǐn)?shù) 14654
[摘要]:我的畢業(yè)設(shè)計(jì)是pc間串行通信軟件,具有串行通信的一般功能,包括數(shù)據(jù)的傳送(以ASCII碼的形式或是以二進(jìn)制的形式)、串口的打開和關(guān)閉的操作、串口的配置(配置串口的比特率、校驗(yàn)位、數(shù)據(jù)位、停止位、緩沖區(qū)大小,端口號的設(shè)置)、選擇待發(fā)送的文件等等的功能。本文結(jié)合pc間串行通信的原理、控件的使用方法、代碼的說明,實(shí)現(xiàn)了pc間串行通信軟件的設(shè)計(jì)。系統(tǒng)運(yùn)行結(jié)果證明,本文所設(shè)計(jì)的pc間串行通信軟件系統(tǒng)可以實(shí)現(xiàn)串口通信的功能。
我所實(shí)現(xiàn)的部分為:發(fā)送方的frmConfig窗體。
[關(guān)鍵詞]:通信,串口,Visual Basic語言,控件。
[Abstract]:My course of study which has normal function of serial communicationis is serial communication among of Pc. It has the fuction which can carry data(with the code of ASCII form and with the form of the binary system),and open the serial port, and configure it(config the baud rate ,the parity bit ,the data bit ,the stop bit ,the buffer size,the port number ),and choose the transmitted document etc.The text use elements of serial communicationis,and methods of using widgets,and explained codes to realize the software.The resualts of the system running proved the software can realize the function of serial communicationis.
Which realized of mine is the frmconfig of the dispatcher.
[Keywords]: Correspondence, serial port, the language of Visual Basic, control piece
目錄
多機(jī)通信的實(shí)現(xiàn)與研究 3
[摘要] 3
[關(guān)鍵詞] 3
第一章 PC間串行通信軟件系統(tǒng)簡要說明 3
第二章 系統(tǒng)運(yùn)行環(huán)境 4
第三章 系統(tǒng)設(shè)計(jì) 4
第一節(jié) 系統(tǒng)分析 4
第二節(jié) 串行通信的一些基本概念 5
第三節(jié) MSCOMM控件介紹 6
第四節(jié) 系統(tǒng)模塊結(jié)構(gòu)及詳細(xì)設(shè)計(jì) 13
第五節(jié) 變量及代碼設(shè)計(jì) 16
第四章 系統(tǒng)運(yùn)行結(jié)果及效果分析 30
第五章 用戶手冊 30
第一節(jié) 系統(tǒng)的安裝和啟動(dòng) 31
第六章 畢業(yè)設(shè)計(jì)體會(huì) 31
參考文獻(xiàn): 33
[參考文獻(xiàn)]
[1] 黃軍 熊勇 劉燕 劉小梅等編著,《串口通信編程》,人民郵電出版社,2002.1,P2-3、P57-68。
[2]戴梅萼 史嘉權(quán)編著,《微型計(jì)算機(jī)技術(shù)及應(yīng)用》,清華大學(xué)出版社,2002.5