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

Default windows settings have flow control enabled #3

Open
mikewolak opened this issue Jan 19, 2021 · 1 comment
Open

Default windows settings have flow control enabled #3

mikewolak opened this issue Jan 19, 2021 · 1 comment

Comments

@mikewolak
Copy link

serial.cpp has the following serial settings enabled:

dcbSerialParams.fOutxCtsFlow    = TRUE;
dcbSerialParams.fOutxDsrFlow    = TRUE;
dcbSerialParams.fDtrControl     = DTR_CONTROL_ENABLE;

I was only able to get serial RX working with a simple 2 wire null modem serial cable by setting these to "FALSE". This is different default behavior than the Linux code which only sets handshaking when enabled with the command line option to do so.

@Lameguy64
Copy link
Owner

Lameguy64 commented Jan 22, 2021

Seems the handshake setup in my code is busted as I couldn't get it to lock up when trying to upload with handshake enabled but the handshake lines are not connected on both operating systems. Either that or my FTDI232's somehow broken now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants