From: Marcin C. <sa...@sa...> - 2010-08-24 18:21:12
|
On Tue, 24 Aug 2010, Kalus Michael wrote: > Hi Andy. > > Am 23.08.2010 um 13:40 schrieb an...@ki...: > .. >> http://www.ruggedcircuits.com/html/mb324p.html > > Very interesting board. But there is no information on how they > solved the USB-serial to ATmega324P connection. They call it Arduino > compatible, so i guess they usa a the bootloader as in Arduinos, and > since amforth needs the bootloader section on its own, this board is > not good for amforth? Here is the patch for the arduino software: http://ruggedcircuits.com/Arduino/arduino-0018-patch.txt - a bit different serial port (but this is chip-related, not board-related) - the board does not probably use auto-reset, an annoying Arduino feature :) - I/O pin layout is different I don't see any reason why amforth couldn't run on the board (as long as we don't have any issues with the chip itself). --Marcin |