GPIO16 and GPIO17 are supposed to have Alt 3 functions of RTS/CTS (http://www.panu.it/raspberry/), which I would like to use.
I'm looking for a standalone programmatic solution that I can run every boot or a way to permanently switch the functions. If there's a way to do it in RPi.GPIO for Python, that would work, too. USB serial is not an option.
Please note that I am using a B+.
I've looked at https://github.com/mholling/rpirtscts, but the B+ doesn't have the header that uses.
I've also tried TimG's tool (http://www.raspberrypi.org/forums/viewt ... 44&t=39138) to switch the functions, but it causes I/O errors, so I suspect it's not compatible with the B+.
Any help would be greatly appreciated!