I have a device (digital indicator) that I am communicating with using the SerialPort class. The device documentation states that I need to have a 250 millisecond delay between writes. Is there a way
Does java\'s javax.comm library support \"9-bit\" serial communication? (use of parity bit or \"address开发者_StackOverflow社区 bit\" as an out-of-band signaling mechanism for framing information)
I am working with serial communication and I\'m wondering whether I should keep the SerialPort open or not?
I have some designing to do for a serial protocol and am running into some questions that I figure must have been considered elsewhere.