Hi Norman,
So, I'm not really using a serial port, but rather a HID Gadget. I used the serial port as an example that may be more familiar to folks, but I can see I may have confused issues more than helped.
My HID Gadget reads and writes 64-byte reports to the USB host on the other end of the cable, and it is this that I am trying to accomplish using Netty.
Looking at the RXTX implementation, it seems like I need to implement a new FileChannel or similar, that can read a file, and fire appropriate events when the read succeeds, and similarly for writes.
Thanks for the pointer!
Rogan