defragster
Senior Member+
If the SD examples work to see the drive and give expected output then the T_3.5 should be in good shape, and that could point to something in the MTP software build.
I tried SDInfo and the files examples, and it works so the 3.5 sd is working
Good, that also shows that part of the IDE+TD install isn't corrupted ...
Seems either something T_3.5 build specific, or something missing/wrong with the install for MTP. Always tough to be sure collecting pieces and manual edits of WIP code![]()
Very true. WIP and it is not ready for T-3.5![]()
I just updated to beta 10. Does the teenduino software need to be loaded on the target computer?
No,
if you program your sketch properly so that it does not need teensymonitor to start program.
Note: mtp-test is a test program not a production program. You can use it a starting sketch, but you should modify it for your needs.
Success! I used your new new mtp-basic.ino and i now see the teensy device under portable devices! I didn't realize it needed to start monitor to run. Now I still don't see a serial port even after making changes to usb_desc and boards.txt
Let it as 1What should #define USE_SD be set to for the 3.5? 0 or 1 or ?
I have this warning too, this goes to TD154-b10I am seeing a compile warning:
Using board 'teensy35' from platform in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr
Using core 'teensy3' from platform in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr
Warning: Board teensy:avr:teensy32 doesn't define a 'build.board' preference. Auto-set to: AVR_TEENSY32
Is this going to be a problem?
Is this going to be a problem?
@WMXZ
Just a few questions:
1) Is the a way to access the emulated serial port other than with the arduino monitor? Like with an external terminal program (puttty or another)? Or with my own PC program?
2) In both the basic and test programs is, it there an issue in the following -
...
@WMXZ
Should BUILTIN_SCCARD be BUILTIN_SDCARD?
D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\MTP_t4\src/Storage.h:33:16: fatal error: FS.h: No such file or directory
I downloaded the MTP_t4 lib yesterday, but had a problem running the script. Now i coppied all needed libraries in the teensy library folder. When opening the MTP-test, or MTP-basic example, i get folowwing error:
Code:D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\MTP_t4\src/Storage.h:33:16: fatal error: FS.h: No such file or directory
i tried looking online for FS.h but can't find it.
anyone kwons how to fix this?
Thnx,
RR
upgrade to Arduino 1.8.15 and TD 1.54b10 (latest as I do not know when FS.h was introduced into cores)
better to get MTP_t4 into local libraries and not Teensyduino (teensy/avr/libraries) as you have done.