Firmata Test program and FLTK GUI.

I have ported the Firmata Test program:

http://firmata.org/wiki/Main_Page

to use the FLTK GUI:

The FLTK is a very lightweight library that is designed to be small and modular enough to be statically linked:

http://fltk.org/

Therefore very attractive for embedded applications.

Here a couple of screenshots:

Any help to improve it is very welcome!

Ed

I have ported the Firmata Test program:

So, one Arduino can now use Firmata to get data from/control another Arduino?

Or, what did you port to what?

Yes, you are right, you can use Firmata to get data to the computer directly from the Arduino.

I have added scopes to the analog inputs, they seem to be quite helpful

Any help is very welcome!

Ed