Datalogger and Basic stamp
hawkeye11
Posts: 1
I found a few similar posts, but none that really answered my question: I'm prototyping a portable ECG machine, which will ultimately store data on a USB drive using the DataLogger and the BS2. I'm sampling at 150 Hz for either 15 to 30 sec. All the data is stored on a separate SRAM chip and then transferred to datalogger after the sampling is over. The problem I'm running into is the very slow transfer to the thumb drive (~7 to 8 Hz), which obviously becomes an issue when writing 4500 values.
I'm fairly new to embedded systems so I've just been using the datalogger demo code on the parallax website. Is there any way to improve the transfer speed? Would using the device in SPI mode instead of UART be faster?
I'm fairly new to embedded systems so I've just been using the datalogger demo code on the parallax website. Is there any way to improve the transfer speed? Would using the device in SPI mode instead of UART be faster?
Comments