<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana size=2>Hi Hartmut,</FONT></DIV>
<DIV><FONT face=Verdana size=2>Thx for the feedback!</FONT></DIV>
<DIV><FONT face=Verdana size=2>Regards,</FONT></DIV>
<DIV><FONT face=Verdana size=2>Gerhard Laubscher<BR>Electronic Engineer
(Comms Officer)<BR>SANAE 47 OverWinter Team<BR>SANAE iv Base (71o40' S /
2o51' W) Check-out SANAE Base on Google Earth!!<BR>Antarctica<BR>Tel :
+27-21-405 9428/29 Fax : +27-21-405 9432 (std
rates)<BR>SattPhone : 008816 315 467 74 HF : 6.210
Mhz<BR>Skype : gerhardjl<BR>email : <A
href="mailto:gerhard.laubscher@sanae.sanap.ac.za">gerhard.laubscher@sanae.sanap.ac.za</A><BR>website
: <A
href="http://www.sanap.org.za/sanae_team.html">www.sanap.org.za/sanae_team.html</A><BR></FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=hr_iccavr@srel.de href="mailto:hr_iccavr@srel.de">Hartmut Reinke</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=icc-avr@imagecraft.com
href="mailto:icc-avr@imagecraft.com">Discussion list for ICCAVR and ICCtiny
Users. You do NOT need tosubscribe to icc-announce if you are a member of
this.</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, May 09, 2008 10:28 AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Icc-avr] re Lantronix XPORT
device & AVR</DIV>
<DIV><BR></DIV>I think, you will not need to write any Code with Borland
C.<BR><BR>If you want to communicate with your ATmega, just do it by opening a
tcp-socket<BR>from your PC to the Xport via port 10001.<BR>If you have default
settings, the Xport will send any date from the socket<BR>to its serial port
and vice versa (9600Bd/8-n-1).<BR><BR>If you want to communicate via
Webbrowser, you may load a Java Applet onto your Xport<BR>(replacing the
default-Applet, used for Configuration)<BR>This applet may open a socket to
port 10001 and communicate with your ATmega whatever<BR>way you want.<BR>This
is all easy, as long as you use static IP-Addresses within a local
network.<BR><BR>If you want to communicate over the Internet, things become
more difficult,<BR>because you must find out the IP address first.<BR>My
solution was, to let the Xport initiate the socket to an external HTTP-server
with<BR>a known public IP (Xport supports modem-like AT-Commands).<BR><BR>DNS
is not supported by the Xport, an it may be quite<BR>cumbersome to implement
via the serial port, although not impossible.<BR><BR>This may be helpful to
start:<BR><A
href="http://www.lantronix.com/learning/wp_check.php?file_name=Web-Enabling-Using-Java_WP.pdf">http://www.lantronix.com/learning/wp_check.php?file_name=Web-Enabling-Using-Java_WP.pdf</A><BR><BR>Hartmut
Reinke<BR><BR><BR><BR>Gerhard at AMS schrieb:<BR>> Hi Guys,<BR>> I got
hold of the dev-kit and spare modules. I have an app in mind to <BR>>
connect a proc (avr) on the serial end of th eXPORT. The proc it to
<BR>> monitor certain params which it then requires to send as an email via
<BR>> the xPort to a recipient. Else the proc monitor certain params
and then <BR>> the end-user can browse the xPort and view/set these params,
something <BR>> like that... I see that one require Borland's C-compiler
ver 5.02 if one <BR>> which to do serious dev? I am just about in the
dark of how to get <BR>> going. Maybe someone can give some guidance
etc. If you have advice or <BR>> anything, contact me plse?<BR>>
Regards,<BR>> Gerhard Laubscher<BR>> Electronic Engineer (Comms
Officer)<BR>> SANAE 47 OverWinter Team<BR>> SANAE iv Base (71o40'
S / 2o51' W) Check-out SANAE Base on Google Earth!!<BR>>
Antarctica<BR>> Tel : +27-21-405 9428/29 Fax :
+27-21-405 9432 (std rates)<BR>> SattPhone : 008816 315 467
74 HF : 6.210 Mhz<BR>> Skype :
gerhardjl<BR>> email : <A
href="mailto:gerhard.laubscher@sanae.sanap.ac.za">gerhard.laubscher@sanae.sanap.ac.za</A>
<BR>> <<A
href="mailto:gerhard.laubscher@sanae.sanap.ac.za">mailto:gerhard.laubscher@sanae.sanap.ac.za</A>><BR>>
website : <A
href="http://www.sanap.org.za/sanae_team.html">www.sanap.org.za/sanae_team.html</A>
<BR>> <<A
href="http://www.sanap.org.za/sanae_team.html">http://www.sanap.org.za/sanae_team.html</A>><BR>>
<BR>> ----- Original Message
-----<BR>> *From:* <A
href="mailto:bobgardner@aol.com">bobgardner@aol.com</A> <<A
href="mailto:bobgardner@aol.com">mailto:bobgardner@aol.com</A>><BR>>
*To:* <A href="mailto:icc-avr@imagecraft.com">icc-avr@imagecraft.com</A>
<<A
href="mailto:icc-avr@imagecraft.com">mailto:icc-avr@imagecraft.com</A>><BR>>
*Sent:* Thursday, May 08, 2008 5:23 PM<BR>>
*Subject:* Re: [Icc-avr] re Lantronix XPORT device & AVR<BR>>
<BR>> I just shipped a mega1280 and an XPORT3. Ran
the xport to uart1 at<BR>> 230kbps, debug serial to
uart0 at 115200 bps. Can you see the xport<BR>> in
Lantronix Device Installer? if so, you are 90% there<BR>> <BR>>
<BR>> -----Original
Message-----<BR>> From: Gerhard at AMS <<A
href="mailto:amsol@amssolutions.co.za">amsol@amssolutions.co.za</A><BR>>
<<A
href="mailto:amsol@amssolutions.co.za">mailto:amsol@amssolutions.co.za</A>>><BR>>
Sent: Thu, 8 May 2008 11:41 am<BR>> Subject:
[Icc-avr] re Lantronix XPORT device & AVR<BR>>
<BR>> Something
else...<BR>> Is there any groupmember using
Lantronix's XPORT-03 devices in
apps?<BR>> It is a ethernet/serial
convertor module with build-in xfrmr/RJ45<BR>>
port/<BR>> ip setting etc as well as other
bells&whistles<BR>>
<BR>> Regards,<BR>>
Gerhard Laubscher<BR>> Electronic Engineer
(Comms Officer)<BR>> SANAE 47 OverWinter
Team<BR>> SANAE iv Base (71o40' S / 2o51'
W) Check-out SANAE Base on Google<BR>>
Earth!!<BR>>
Antarctica<BR>> Tel : +27-21-405
9428/29 Fax : +27-21-405 9432 (std
rates)<BR>> SattPhone : 008816 315 467
74 HF : 6.210
Mhz<BR>> Skype :
gerhardjl<BR>> email : <A
href="mailto:gerhard.laubscher@sanae.sanap.ac.za">gerhard.laubscher@sanae.sanap.ac.za</A><BR>>
<<A
href="mailto:gerhard.laubscher@sanae.sanap.ac.za">mailto:gerhard.laubscher@sanae.sanap.ac.za</A>><BR>>
website : <A
href="http://www.sanap.org.za/sanae_team.html">www.sanap.org.za/sanae_team.html</A><BR>>
<<A
href="http://www.sanap.org.za/sanae_team.html">http://www.sanap.org.za/sanae_team.html</A>><BR>>
<BR>>
_______________________________________________<BR>>
Icc-avr mailing list<BR>> <A
href="mailto:Icc-avr@imagecraft.com">Icc-avr@imagecraft.com</A> <<A
href="mailto:Icc-avr@imagecraft.com">mailto:Icc-avr@imagecraft.com</A>><BR>>
<A
href="http://dragonsgate.net/mailman/listinfo/icc-avr">http://dragonsgate.net/mailman/listinfo/icc-avr</A><BR>>
<BR>>
------------------------------------------------------------------------<BR>>
Plan your next roadtrip with MapQuest.com<BR>>
<<A
href="http://www.mapquest.com/?ncid=mpqmap00030000000004">http://www.mapquest.com/?ncid=mpqmap00030000000004</A>>:
America's #1<BR>> Mapping Site.<BR>>
<BR>>
------------------------------------------------------------------------<BR>>
<BR>>
_______________________________________________<BR>>
Icc-avr mailing list<BR>> <A
href="mailto:Icc-avr@imagecraft.com">Icc-avr@imagecraft.com</A><BR>>
<A
href="http://dragonsgate.net/mailman/listinfo/icc-avr">http://dragonsgate.net/mailman/listinfo/icc-avr</A><BR>>
<BR>> <BR>>
------------------------------------------------------------------------<BR>>
<BR>> _______________________________________________<BR>> Icc-avr
mailing list<BR>> <A
href="mailto:Icc-avr@imagecraft.com">Icc-avr@imagecraft.com</A><BR>> <A
href="http://dragonsgate.net/mailman/listinfo/icc-avr">http://dragonsgate.net/mailman/listinfo/icc-avr</A><BR><BR>_______________________________________________<BR>Icc-avr
mailing list<BR><A
href="mailto:Icc-avr@imagecraft.com">Icc-avr@imagecraft.com</A><BR><A
href="http://dragonsgate.net/mailman/listinfo/icc-avr">http://dragonsgate.net/mailman/listinfo/icc-avr</A><BR><BR></BLOCKQUOTE></BODY></HTML>