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

arm-teensy3 - serial receive hardware flow control #27

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

quozl
Copy link
Collaborator

@quozl quozl commented Jul 12, 2017

When enabled in build, Teensy 3.1 pin 6 is RTS and must be tied to CTS of host. Host must be configured to observe CTS.

Tested with screen /dev/ttyUSB0 115200,crtscts no issues.

Tested with cat /dev/ttyUSB0 and

for x in $(seq 10000); do
     echo -e "get-msecs .d ( $x )\n" > /dev/ttyUSB0;
done

with no issues.

@jordanhubbard, for your interest, this fixes pasting over UART, at the expense of one more wire.

When enabled in build, Teensy 3.1 pin 6 is RTS and must be tied to CTS
of host.  Host must be configured to observe CTS.

Tested with `screen /dev/ttyUSB0 115200,crtscts` no issues.

Tested with `cat /dev/ttyUSB0` and `for x in $(seq 10000); do echo -e "get-msecs .d ( $x )\n" > /dev/ttyUSB0; done` no issues.
@MitchBradley MitchBradley merged commit 8eaa9ba into MitchBradley:master Jul 12, 2017
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

Successfully merging this pull request may close these issues.

2 participants