Getting raw data bytes from SD to PC

15 Nov 2011

Hello all, I have a problem of getting raw data bytes from a text file stored inside SD card and then import out to PC. I have checked the wikis in the mbed homepage but find no avail. Any suggestions? By the way, my purpose of this action is to retrieve old raw data bytes from SD card when the computer is connected to mbed when data logging. Thanks

15 Nov 2011

If you just want text then printf to serial port is the simplest, If text then very simple, if numeric, then loop of ..... pc.printf (%04x,Mi_Int)

Or you could use the now available HID code. Which is much faster, and as far as I an concerned far easier to process in PC.

I am assuming you are able to retrieve the data already.

Hope this is usefull

Ceri