Hi,
I am using the Teensyduino Beta 1.57 on a great, full featured Teensy 4.1
I am implementing a file transfer as soon as a pen drive ist inserted to the USB Host. It works, slowly but...
Type: Posts; User: deppata
Hi,
I am using the Teensyduino Beta 1.57 on a great, full featured Teensy 4.1
I am implementing a file transfer as soon as a pen drive ist inserted to the USB Host. It works, slowly but...
Great! It works!!!
Thank you very much, I just changed those lines, added a println(FLASH_ID) to the code and it worked instantly.
Maybe the unusual structure might come from vMicro, a plugin...
Hi, thank you for your response.
Some about processing the stream from the file. First I ran into probs because the read_ascii_file() gave me an empty line on the next run after every correctly...
Hi,
I am currently trying to implement updating an image from SD on a Teensy 4.1.
So I modified update_firmware(String Filename), and read_ascii_line(File* serial, char *line, int maxbytes)...