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 uart flow control (take 2) #41

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

robodchristian
Copy link
Contributor

I isolated the code changes into a branch and started a new pull request.

This add 3 flow control modes:
RTSCTS - classic RS232 hardware flow control.

RS485 - RTS line goes high only when there is data to transmit (to enable a RS485 transmitter). The CTS line has to be looped back from RTS (this allows you to insert a delay so the transmitter can activate).

IRDA - Isn't a flow control mode, but I didn't want to waste a state. Enables IRDA encoding. The polarity is setup so it can be looped back to itself. It should work without glue logic with the transceiver listed in the code (but I haven't tested it).

There is a test case in the torture test. I've also done testing from python.

@ytai ytai force-pushed the master branch 2 times, most recently from cc5f5f2 to 5f0bf44 Compare September 15, 2014 04:42
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.

1 participant