I will open the serial driver during the power-on break, set some things
and then do the reset which will cause the non-break and a new break, at
which point I have to send a baud training character.
After reading the kernel code, and the available howtos, I am completely
confused.
I added BRKINT and !IGNBRK and don't get any SIGINT. Does the order the
signal handler and these are adjusted have any effect?
All the code appears to be there, but I can't find how to set it up and
use it the way I need to.