Greetings,
I am programming on a LPC2468 and i would like to send a integer number stored in a txt file in my pc's file system to the LPC2468 board. Is it possible to be done through the USB cable? what do i have to do? Sorry if this is a silly question but i am still novice! Obviously the FILE, fopen() and fclose() commands doesnt work because the board cant access the pc file system.
Best Regards, Asterios
You'd have to write an app on the PC Or get a ready-available app. Search web.
Or else configure your development board as USB device. connect it to pc. then you can transfer the file on your pc (using cut/copy-paste) onto the USB device (development board)
what do you exactly mean by "app"? I have written an app that write the bake that I rant to a text file.. could you please be more specific by providing some links with relevant information??
thank you in advance.
Best regards,
Asterios