Part Number:MSP-EXP430F5529
Tool/software: Code Composer Studio
Hello,
I want to write a program on the micro-controller which receives data from RF and send it to the PC via serial and save it in a file. I guess the I/O library will be workable only for read as it happens during compilation time on host machine, but when I want to send data from MCU to the PC the write function doesn't work here as there is no file system on the MCU.
how to save a string in a file form from the micro-controller to the PC via serial port?