Arduino Due Baudrate

Good day everyone,

recently made a Java application that communicates with my arduino. I've sucessfully set a baudrate of 115200.
Lately I had the problem that my buffer was too fastly too full. I asked myself if it's possible to go beyond the 115200 baudrate with my due. I read somewhere that you can easily put a 345600 baudrate. Sadly it brought me unpredictable results, I guess it's related to the Serial.begin() function. In the documentation 115200 is the highest suggested baudrate.

Is there any possibility to have a higher baudrate with my due and my pc? In java i use the jssc library.

Thanks for any suggestions.

binux:
Lately I had the problem that my buffer was too fastly too full.

Arduino side or java side?

Is there any possibility to have a higher baudrate with my due and my pc?

Try a terminal program like putty.exe to test the higher baudrates to see if the problem is on the PC side or the Arduino side.