i'm looking for a better way for UART I/O in my raspberryPI in the linux side where i'm using Java. now i'm using PI4J (wiringPI) but i'm facing few problems, i noticed many missing messages. Also it's limited to 57600 baud rate and i wish to use higher. So i was wondering if there is another well tested way to communicate.
In the other side i run c on cc2530 which run perfectly. My main problem is in the java side where some messages get lost. Thanks