Welcome! Log In Create A New Profile

Advanced

how much can you buffer w

Posted by dissidence 
how much can you buffer w
March 29, 2011 12:10AM
how much can you buffer with the arduino mega 1280 vs 2560.

i was wondering how much i could increase the buffer in the firmware without running into issues.


[mike-mack.blogspot.com]
nrp
Re: how much can you buffer w
March 30, 2011 01:06AM
Both have 8KB of RAM, so the buffer sizes can be the same. If you limit the line length to 128 bytes, which is likely pretty realistic, you could probably buffer at least 32 lines.

What firmware are you using?
Re: how much can you buffer w
April 04, 2011 03:48AM
I don't recommend making the buffer too large. That way the printer will take longer to respond to manual commands. In my experience, a buffer larger than 8 commands seems not to have any added value.

Kliment
Re: how much can you buffer w
April 04, 2011 09:35AM
i never thought about that, i expected the manual commands to be handled a little differently that the normal ones. good point.


[mike-mack.blogspot.com]
Sorry, only registered users may post in this forum.

Click here to login