spectasaurus
Active member
I know the serial.readBytes() function has been optimized on the Teensy3 and is capable of > 1MBs. This is great, but I need to write data from the Teensy to a PC (Mac OS X) at similar speeds. Does the Teensy3 do this? Is there any reason to suspect that serial.write() would not be just as fast? Is there a better way to get data to the PC via USB? Thanks for the help.