Skip to content

Add uart flow control (take 2)#41

Open
robodchristian wants to merge 13 commits into
ytai:masterfrom
robodchristian:pullrequest
Open

Add uart flow control (take 2)#41
robodchristian wants to merge 13 commits into
ytai:masterfrom
robodchristian:pullrequest

Conversation

@robodchristian

Copy link
Copy Markdown
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