-
Notifications
You must be signed in to change notification settings - Fork 5
USB Connectivity
MichaelMeissner edited this page Mar 24, 2020
·
9 revisions
List of libraries for using the USB ports in host and device mode
MTP Responder for Teensy 4.0 and T3.6. While the Teensy 3.5 uses the same PCB as the Teensy 3.6, it does not provide for USB host support like the Teensy 4.0 and 3.6 do.
In order to use the USB host support for the Teensy 4.0, you have to bring out the USB pads from underneath the Teensy. Some of the Teensy 4.0 breakout boards can help bring out these pins.
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
Teensy is a PJRC trademark. Notes here are for reference and will typically refer to the ARM variants unless noted.