I need to use the serial port, but require 2 stop bits
I can't find anything in the docs about how to specify the number of stop bits? Does this mean I need to do the nuts and bolts serial code myself? (I'd rather not hack a library, because then it's not upgrade-friendly)
Thanks