I have a java application running on Beagleboard-xM/Angstrom, but when the serial communication starts, after some time, the application freezes and I have to cancel the process (ctrl + c on terminal). I already try to do the same in C, but it also freezes.
In Java, I am using RxTx library and in another forum someone told me that the Raspberry Pi has a similar problem. Can someone suggest me something? Does anyone already found out this problem?
Thanks in advance.