On Mon, Oct 22, 2012 at 10:30 AM, Misha <
mbt...@gmail.com> wrote:
> Is there a faster way to load the file onto the SD card through RAMPS?
No.
The speed is primarily limited by the serial section between the
usb-serial chip and the main chip.
At 250kbaud, the top speed is about 25k/s which is fine for printing
but pretty abysmal for a disk.
The speed is further limited because the host requires an 'ok'
response for every line that it sends, which due to how USB works has
significant latency.
For faster SD card access without having to switch the card back and
forth, you'll want to investigate some of the new cortex-m3 boards
appearing such as Smoothie or 4pi