I am sending data from my Arduino Due to the computer (Ubuntu OS) and I'm using the serial port at 115200 bps. I can't reach higher throughput when communicating with the computer, as it is mentioned in Serial.begin() - Arduino Reference. I'd rather send ASCII characters, but sending binary data is also a good solution (though it takes more work).
Anyway, I'm wondering if there is a faster way to communicate Arduino Due and the computer. I'm not sure which protocols might be useful and can be implemented in this case.
Thank you very much!