Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem while reading data available on serial port RS232

807589Dec 21 2008 — edited Dec 21 2008
Hi All,
I am using comm.jar for serial port communication over RS232.The logic I implemeented is whenever DATA_AVAILABLE event is fired,the data is stored in temporary buffer and then listeners will be notified about availability of data so that they can read the data from temporary buffer.I am facing some problem while reading the data.buffer is able read only 28 bytes of whole data available on the serial port.Can anybody help me to resolve this issue.


Regards,
Neha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2009
Added on Dec 21 2008
5 comments
155 views