I am using an Arduino 2 which collects data from a set of microphones and stores it in an array of unsigned short of 40000 elements and sends them to the PC via Serial USB.
It is working but I'd like to obtain more speed without any errors.
Can you suggest me the best way to do it? Even changing communication.
Thank you