Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add serial connection Flow control for Intel's UartSub devices in Windows #2

Open
wants to merge 1 commit into
base: master
from

Commits on Jan 30, 2018

  1. Add Serial Flow control option, which allows to disable DTR and RTS c…

    …onnection settings in Windows
    
    In order to initiate serial connection with Intel's UartSub Devices:
    ACPI\INT3511 and ACPI\INT3512 following DCB struct fields should be set:
    fDtrControl = DTR_CONTROL_DISABLE
    fRtsControl = RTS_CONTROL_DISABLE
    
    Added "Disable DTR/RTS" option to Flow control list box of serial
    connection settings which add desired functionality to putty.exe
    
    Signed-off-by: Igor Derzhavets <igor.derzhavets@compulab.co.il>
    Igor Derzhavets
    Igor Derzhavets committed Jan 30, 2018
You can’t perform that action at this time.