I am currently working on getting an ADC data from a circuit into the PC serial port. I am using the pins TD, CTS, DTR, RTS. Inside javax.comm.serialPort, there was event for controlling of signal for CTS, DTR, RTS. As for the TD pin, in the RS232 protocol, it was in the line control register where there was a pin named ' Set Break enable'. When active, this would set the TD line to go into "space" state which will cause a break in the UART. But, inside the java comm api, it seem like there was no such event. What should i do since my circuit used such a pin and i need to integrate it using java.
Can anyone advice me? I am currently rushing for a dateline and would really appreciate if anyone would advcie me! Thanks a lot!