开发者

Flow control and DCB structure

开发者 https://www.devze.com 2023-03-31 04:48 出处:网络
Windows HyperTerminal COM port settings dialog contains Flow Control combo with the following values: Xon/Xoff, H开发者_开发问答ardware, None.

Windows HyperTerminal COM port settings dialog contains Flow Control combo with the following values: Xon/Xoff, H开发者_开发问答ardware, None.

How these values are related to DCB structure? I don't see any member in this structure that I can fill with these values.


Xon/Xoff: fTXContinueOnXoff, fOutX, fInX, XonLim, XoffLim, XonChar, XoffChar

Hardware: fOutxCtsFlow, fOutxDsrFlow, fDtrControl, fDsrSensitivity, fRtsControl

0

精彩评论

暂无评论...
验证码 换一张
取 消