- 1、本文档共8页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
JustinIO 的 vb.NET 版本!(串口操作类)
2007-05-28 09:03
Imports System
Imports System.Runtime.InteropServices
Namespace JustinIO Class CommPort
Public PortNum As String Public BaudRate As Integer Public ByteSize As Byte
Public Parity As Byte // 0-4=no,odd,even,mark,space Public StopBits As Byte // 0,1,2 = 1, 1.5, 2
Public ReadTimeout As Integer //comm port win32 file handle Private hComm As Integer = -1
Public Opened As Boolean = False //win32 api constants
Private Const GENERIC_READ As Int64 = Private
Const
GENERIC_WRITE As Int64 = Private
Const
OPEN_EXISTING As Integer = 3
Private
Const
INVALID_HANDLE_VALUE As Integer = -1
#Region struct
StructLayout(LayoutKind.Sequential) _ Public Structure DCB
//taken from c struct in platform sdk Public DCBlength As Integer // sizeof(DCB)
Public BaudRate As Integer // 指定当前波特率 current baud rate // these are the c struct bit fields, bit twiddle flag to set
Public fBinary As Integer // 指定是否允许二进制模式,在 windows95 中必须主 TRUE binary mode, no EOF check
Public fParity As Integer // 指定是否允许奇偶校验 enable parity checking
Public fOutxCtsFlow As Integer // 指定 CTS 是否用于检测发送控制,当为TRUE 是 CTS 为 OFF,发送将被挂起。 CTS output flow control
Public fOutxDsrFlow As Integer // 指定 CTS 是否用于检测发送控制 DSR output flow control
Public fDtrControl As Integer // DTR_CONTROL_DISABLE值将 DTR 置为 OFF, DTR_CONTROL_ENABLE 值将DTR 置为ON, DTR_CONTROL_HANDSHAKE 允许DTR握手
DTR flow control type
Public fDsrSensitivity As Integer // 当该值为 TRUE 时 DSR 为 OFF 时接收的字节被忽略 DSR sensitivity
Public fTXContinueOnXoff As Integer // 指定当接收缓冲区已满,并且驱动程序已经发送出 XoffChar 字符时发送是否停止。TRUE 时,在接收缓冲区接收到
缓冲区已满的字节 XoffLim 且驱动程序已经发送出 XoffChar 字符中止接收字节之后,发送继续进行。 FALSE 时,在接收缓冲区接收到代表缓冲区已空的字节XonChar 且驱动程序已经发送出恢复发送的 XonChar 之后,发送继续进行。XOFF continues Tx
Public fOutX As Integer // TRUE时,接收到 XoffChar 之后便停止发送接收到 XonChar 之后将重新开始 XON/XOFF out flow control
Public fInX As Integer
// TRUE 时,接收缓冲区接收到代表缓冲区满的 XoffLim 之后,XoffChar 发送出去接收缓冲区接收到代表缓冲区空的 XonLim 之后,XonChar 发送出去XON/XOFF in flow control
Public fErrorChar As Integer // 该值为 TRUE 且
您可能关注的文档
- Igcse数学历年真题.docx
- IIC分析和总结分析和总结.docx
- Imaging was performed using highspeed 2D particle image velocimetry (PIV)分析和总结分析和总结.docx
- IMC(CIH)型不锈钢磁力泵性能参数.docx
- IMD工艺分析和总结.docx
- in,to,on和off在方位名词前的区别.docx
- incorporated into a decision support system (DSS) that assists the engineer during the ID process分析和总结分析和总结.docx
- InDesign教案分析和总结.docx
- Industrial science at the CLSI分析和总结分析和总结.docx
- INFIT青少年体适能训练计划.docx
文档评论(0)