The Xport family looks interesting. I'm trying to think of something cool to do with one of them.
But before I decide what I want to do, I need to know what the device *can* do.
First of all, simply Telnet'ing through it just doesn't excite me at all. Something web-enabled is the way to go.
I've read all the docs available on the Lantronix site, for the Xport and anything from their other products that looked like it might be useful. There is absolutely nothing on that site that gives you any information about using the server!
Googling around the net the last couple of days, I've learned the following:
1. The Xport can store 384 kB of web pages. However, that storage is broken up into six fixed 64 kB partitions.
2. You can, theoretically, embed Java code in a web page loaded into one of those 64 kB bins, but the whole thing (compressed as a *.cob archive) must occupy less than 64 kB.
3. The archiver tool is on the CD that comes with the Xport.
4. It's, maybe, possible to communicate with the Xport's serial port using embedded Java code in the server. But the details and specifications are top secret. Lantronix doesn't want any potential customers to learn how to apply their products.
That's precious little information for the hours I've spent. Lantronix definitely isn't on my A list.
Just for kicks, I tried exporting some of the Processing examples to .html/Java. The .jar files were in the vicinity of 160+ kB. I've just begun looking at Processing, so I don't know if there's a way to reduce the .jar size to something suitable for the Xport server partition while still providing a useful interface for user interaction through the serial port.
Ideally, it would be cool to have someone connect to your Xport, see its web page, then interact with the Arduino by means of controls and displays on the web page.
Does anyone have any links to useful documentation that might show how to link the serial port to a web server page? Also... does anyone know how to write smaller .jar files in Processing?
Thanks in advance.
Tom

