Does java's javax.comm
library support "9-bit" serial communication? (use of parity bit or "address bit" as an out-of-band signaling mechanism for framing information)
Does the win32 communications API support it?
I'm guessing the answer is no on both counts, but figured someone has more experience with this than me.