什么时候DBC

来源:互联网 发布:js跳转页面 编辑:程序博客网 时间:2024/05/16 19:06
 DBC即为设备控制块(   Device   Control   Block   ),简称DCB...
在Win95系统中,串行口和串行通信驱动程序是通过一个数据结构进行配置的,这个数据结构被称为设备控制块..............

Public   Type   DCB
                DCBlength   As   Long
                BaudRate   As   Long
                fBitFields   As   Long   'See   Comments   in   Win32API.Txt
                wReserved   As   Integer
                XonLim   As   Integer
                XoffLim   As   Integer
                ByteSize   As   Byte
                Parity   As   Byte
                StopBits   As   Byte
                XonChar   As   Byte
                XoffChar   As   Byte
                ErrorChar   As   Byte
                EofChar   As   Byte
                EvtChar   As   Byte
                wReserved1   As   Integer   'Reserved;   Do   Not   Use  
End   Type
原创粉丝点击