sined23

Results 8 comments of sined23

Sorry, I don't know how to do it. You can review these new libraries and compare with existing http://forum.arduino.cc/index.php?action=dlattach;topic=391757.0;attach=163027

if you have questions for changes pls ask

The main idea is that bytes are written and read into/from CDC buffer not one by one but block of bytes

Serial_::accept write into CDC buffer as maximum as possible (only to not overflow the buffer) Serial_::readb (you can change just read, not use readb) get from CDC buffer as maximum...

after that read speed is incredible increases !!!

Hi guys! Do you plan to merge this PR? https://github.com/arduino/Arduino/pull/4871