Hello all,
How can copy file from teensy SD card to computer without open cmd or ... ?
or ... ? what ?
or open Run
How can copy file from teensy SD card to computer
Read the file, one character at a time. After each read, write the character to the serial port.
You will, of course, need some application listening to the serial port, doing something with the incoming data.
How can copy file from teensy SD card to computer
Take it out of the teensy. Insert it into a PC card reader. Copy file.
UKHeliBob:
Take it out of the teensy. Insert it into a PC card reader. Copy file.
I want to be work automatically through framework for example with CopyFile function in c++ library(windows.h)
What are you trying to accomplish? Use an Arduino to automatically copy a virus onto a computer?
Perhaps if you explain what you are trying to accomplish, you might get a better answer.