Re: GUI interface to an embedded system
- From: "Peter Dickerson" <firstname.lastname@xxxxxxxxxxxxxxxx>
- Date: Wed, 06 Jun 2007 09:11:15 GMT
"GMM50" <gfm5050@xxxxxxxxx> wrote in message
news:1181068872.313050.19060@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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?
To get USB to work you need device drivers that understand your device. You
could use a USB-Serial chip, which looks like a serial port to a PC - though
it still may need a driver (from the chip supplier) there. At that point you
can use USB like a com port and run PPP/SLIP to get TCP/IP. Now you
implement a web server in you machine, accessible over the COM port from a
web browser.
If you have ethernet, then this is the way to go because the PC side will
already have all it needs. The complication is configuring the device TCP/IP
setup e.g. when the PC connects to the device via routers and firewalls.
Peter
.
- References:
- GUI interface to an embedded system
- From: GMM50
- Re: GUI interface to an embedded system
- From: Grant Edwards
- Re: GUI interface to an embedded system
- From: GMM50
- GUI interface to an embedded system
- Prev by Date: Re: 16-bits ADC anyone?
- Next by Date: Best solution for CAN monitor?
- Previous by thread: Re: GUI interface to an embedded system
- Next by thread: Re: GUI interface to an embedded system
- Index(es):