> On 2013-04-15 07:55:44 Harold Hallikainen wrote: > >> I have not followed this thread closely, but I've used a PIC32 and its >> web server to provide a user interface to a web browser running on a >> desktop, laptop, or tablet. I have not as yet used the Microchip >> Wi-Fi module, instead using their Ethernet chips. With HTML5 and Ajax >> (or similar techniques), it's possible to have a pretty good user >> interface. > > Depending on what you need, you can use a whole, big JavaScript and HTML > "library" on your desktop from your embedded device (if the files are > too big to all store them on the device). This of course requires an > HTTP server on your desktop, and requires this additional server for the > UI to work, but it may make your embedded code simpler. > > Gerhard My goal in all this is to not have to install applications on computers anymore. Everything would be done through the browser interface. Even USB is now becoming a pain. There's now the WinQual stuff on USB drivers that we have to deal with. So far, it's been telling customers how to stand on their heads to get around it, but we'll probably have to go through the process of getting Microsoft approval on our USB drivers. The great thing about Ethernet and Wi-Fi is that you don't need to install anything. It just works. And the browser is the universal interface at this point. It's OS independent and just works (pretty much - I'm having fun with HTML5 audio on various devices). Several of the products I've done now have ONLY Ethernet interface. MUCH simpler! It's been a while since I touched the code on the PIC18 device I did Ethernet on. But, the PIC24 and PIC32 have had no shortage of flash. I can always manage to use up RAM, but flash (where the web pages, javascript, etc.) is held seems plentiful. Harold --=20 FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! Not sent from an iPhone. --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .