Reading and storing data from a txt file in arduino

Hey guys, i'm trying to make a sketch where arduino reads a txt file from my pc and store the values(strings) in a variable to send these variable to a GSM shield, the objective is to storage messages and phone numbers and send the to the shield, but I can't find resources about how arduino can read direct files from my PC, any links, tutorials or articles would help, thanks in advance.

If your PC is running Windows, you can use Gobetwino to read text from a file.

If it's any other OS you'd need to write your own equivalent - it would be a relatively simple application .

Thanks, found what I needed, you were right, it's pretty simple after all :slight_smile: