UART with 9 bits

westfw:
Sigh. I was intrigued. See if this works. I don't actually have any 9bit devices to test with, but it behaves the way I'd expect when talking to the normal 8bit things...Edit: oops; I had a bug in the .read() function that would cause it to not work right if called when there was no data available.
Attached zip updated. Or check out the latest version here: Duino-hacks/Serial9_test at master · WestfW/Duino-hacks · GitHub

Thanks a lot for that, how do I declare pins as RX and TX in the code with your library, do I need to include the "SoftwareSerial" and do it regularry or is it different now with this lib?