I saw that the function WriteN used to transfer a buffer is not really efficient and the scope shows some 250++ ns lost between two bytes, thus reducing the transfer rate quite a bit. So I tried to implement ehanced buffering, just for this function stati..
↧