Writing to an SD Card on a Vex IQ Second Generation Brain

Is it possible using python to write to a file on the SDCARD?

Yes you can use brain.sdcard.savefile(“new.txt”) it is best to use python standard fileio
functions to write data to the files. See the below link for more info

Does IQ python have “brain.sdcard.savefile”?

yes, same as V5.

4 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.