search board with lan/scripting/debugger

Hi

I search a microcontroller board.

my application dont need high execution speed.

More interestic to me is quick coding and debugging with easy scripting language and a debugger. The development software shold be compact (<10 mb <100 files) and <50$) easy to install and run at least on windows(no java,cygwin stuff).

I want to download and debug the application over Ethernet.

It must be possible to connect multiple modules over Ethernet.

the hardware shold have at least

8 port DA (>=8 bit)

8 port AD (>=10 bit)

1 SPI (sclk mosi miso and >=5 ss)

Ethernet (>=10Mbit)

CPU >10Mhz 16 or 32 bit

Power < 5 watt

On Atmel AVR, a good bytecode interpreter of a full blow structured Basic like VB6 is

http://www.zbasic.net/forum/

http://www.zbasic.net/

On ARMs, Coridium has a compiled Basic.

Othewise, you are moving in to a tiny space where you roll-your-own.

http://mbed.org/

Consider Bitlash: http://bitlash.net.

Cheers,

-br

http://bitlash.net

http://entropymouse.com

You would have to add A/Ds (as there are 6 built in)

and D/As (1 built in)

There are a couple of square inches of prototyping area.

[www.coridiumcorp.com/ARMweb.php

[www.coridiumcorp.com/DINkit.php

But you can program in BASIC over the web, and ftp web pages. Your BASIC program can interact with web pages via CGI or <?BASIC ..?> programs embedded in the webpage.

Though realistically a browser is a horrible environment to debug code (slow, breaks a lot, lots of retries…) So we recommend that programs be debugged over the USB connection.

Once the code is working though you can download through the webpage. In this case security can be a concern, but our control page will either lock things down, preventing others from uploading code, or you can manage that yourself with whatever firewall you are using.](Coridium Corporation - DIN Controller)](Coridium Corporation - ARMweb Controller)