Re: GUI interface to an embedded system



On Jun 5, 2:14 pm, Grant Edwards <gra...@xxxxxxxx> wrote:
On 2007-06-05, GMM50 <gfm5...@xxxxxxxxx> wrote:

I'm developing am embedded system with Ethernet, USB and
Serial ports. I want to provide a GUI interface which the
user can use to configure and program the system. One
approach is to use java and deliver a compiled/compressed file
to a browser that provides that gui interface.

My question is are there alternatives to this approach that I
can use with either the USB or Serial interfaces?

Sure. Put a web server in your device. You can use either
a normal HTML interface, JavaScript, or Java.

And can I download and run that software using the USB or serial
ports?

gm

.