Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
You do not have the correct permissions to perform this operation. Please, contact us at support@mbed.com to gain full access.
×
Hello Everyone,
I'm trying to send some data readed from mBed to a computer for further processing. I have 4 inputs (readed as float), a counter (int), and 4 char for separation format: counter;#;#;#;# . The main critiria I have is to read the data as fast as possible from the sensors for about 20 seconds, this time might increase (all data received at same frequency).
1) What would be the best way to receive the data and send it to the computer, storing the readed data into some array and after done with the reading beging to send the data to the computer (via serial)? Or send the data directly (via serial)? Can there be any better method?
2) As mBed has 64KB of RAM I do not know if I will be able to store in the board. What will be faster, store on an EEPROM (24LC256) or send the data directly to the computer (via serial)?
I will really appreciate your help. Thank you.