Skip to content
TeensyUser edited this page Mar 11, 2020 · 9 revisions

List of libraries for using the USB ports in host and device mode

MTP

MTP Responder for Teensy 4.0 and T3.x

Details
  • Copying files from Teensy to PC and from PC to Teensy is working
  • Disk I/O is buffered to get some speed-up overcoming uSD latency issues
  • Both Serialemu and true Serial may be used- True Serial port is, however, showing up as Everything in Com port. This is a workaround to get Serial working.

Links: GitHub repository: https://github.com/WMXZ-EU/MTP_t4

Clone this wiki locally