<!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&nbsp; 
(Comms Officer)<BR>SANAE 47 OverWinter Team<BR>SANAE iv Base&nbsp; (71o40' S / 
2o51' W)&nbsp; Check-out SANAE Base on Google Earth!!<BR>Antarctica<BR>Tel : 
+27-21-405 9428/29&nbsp;&nbsp;&nbsp;&nbsp; Fax : +27-21-405 9432&nbsp; (std 
rates)<BR>SattPhone : 008816 315 467 74&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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 &amp; 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>&gt; Hi Guys,<BR>&gt; I got 
  hold of the dev-kit and spare modules.&nbsp; I have an app in mind to <BR>&gt; 
  connect a proc (avr) on the serial end of th eXPORT.&nbsp; The proc it to 
  <BR>&gt; monitor certain params which it then requires to send as an email via 
  <BR>&gt; the xPort to a recipient.&nbsp; Else the proc monitor certain params 
  and then <BR>&gt; the end-user can browse the xPort and view/set these params, 
  something <BR>&gt; like that... I see that one require Borland's C-compiler 
  ver 5.02 if one <BR>&gt; which to do serious dev?&nbsp; I am just about in the 
  dark of how to get <BR>&gt; going.&nbsp; Maybe someone can give some guidance 
  etc.&nbsp; If you have advice or <BR>&gt; anything, contact me plse?<BR>&gt; 
  Regards,<BR>&gt; Gerhard Laubscher<BR>&gt; Electronic Engineer&nbsp; (Comms 
  Officer)<BR>&gt; SANAE 47 OverWinter Team<BR>&gt; SANAE iv Base&nbsp; (71o40' 
  S / 2o51' W)&nbsp; Check-out SANAE Base on Google Earth!!<BR>&gt; 
  Antarctica<BR>&gt; Tel : +27-21-405 9428/29&nbsp;&nbsp;&nbsp;&nbsp; Fax : 
  +27-21-405 9432&nbsp; (std rates)<BR>&gt; SattPhone : 008816 315 467 
  74&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HF : 6.210 Mhz<BR>&gt; Skype : 
  gerhardjl<BR>&gt; email : <A 
  href="mailto:gerhard.laubscher@sanae.sanap.ac.za">gerhard.laubscher@sanae.sanap.ac.za</A> 
  <BR>&gt; &lt;<A 
  href="mailto:gerhard.laubscher@sanae.sanap.ac.za">mailto:gerhard.laubscher@sanae.sanap.ac.za</A>&gt;<BR>&gt; 
  website : <A 
  href="http://www.sanap.org.za/sanae_team.html">www.sanap.org.za/sanae_team.html</A> 
  <BR>&gt; &lt;<A 
  href="http://www.sanap.org.za/sanae_team.html">http://www.sanap.org.za/sanae_team.html</A>&gt;<BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ----- Original Message 
  -----<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; *From:* <A 
  href="mailto:bobgardner@aol.com">bobgardner@aol.com</A> &lt;<A 
  href="mailto:bobgardner@aol.com">mailto:bobgardner@aol.com</A>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  *To:* <A href="mailto:icc-avr@imagecraft.com">icc-avr@imagecraft.com</A> 
  &lt;<A 
  href="mailto:icc-avr@imagecraft.com">mailto:icc-avr@imagecraft.com</A>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  *Sent:* Thursday, May 08, 2008 5:23 PM<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  *Subject:* Re: [Icc-avr] re Lantronix XPORT device &amp; AVR<BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I just shipped a mega1280 and an XPORT3. Ran 
  the xport to uart1 at<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 230kbps, debug serial to 
  uart0 at 115200 bps. Can you see the xport<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; in 
  Lantronix Device Installer? if so, you are 90% there<BR>&gt; <BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -----Original 
  Message-----<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; From: Gerhard at AMS &lt;<A 
  href="mailto:amsol@amssolutions.co.za">amsol@amssolutions.co.za</A><BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;<A 
  href="mailto:amsol@amssolutions.co.za">mailto:amsol@amssolutions.co.za</A>&gt;&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Sent: Thu, 8 May 2008 11:41 am<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Subject: 
  [Icc-avr] re Lantronix XPORT device &amp; AVR<BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Something 
  else...<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Is there any groupmember using 
  Lantronix's XPORT-03 devices in 
  apps?<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is a ethernet/serial 
  convertor module with build-in xfrmr/RJ45<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  port/<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ip setting etc as well as other 
  bells&amp;whistles<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Regards,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Gerhard Laubscher<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Electronic Engineer&nbsp; 
  (Comms Officer)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; SANAE 47 OverWinter 
  Team<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; SANAE iv Base&nbsp; (71o40' S / 2o51' 
  W)&nbsp; Check-out SANAE Base on Google<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Earth!!<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Antarctica<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Tel : +27-21-405 
  9428/29&nbsp;&nbsp;&nbsp;&nbsp; Fax : +27-21-405 9432&nbsp; (std 
  rates)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; SattPhone : 008816 315 467 
  74&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HF : 6.210 
  Mhz<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Skype : 
  gerhardjl<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; email : <A 
  href="mailto:gerhard.laubscher@sanae.sanap.ac.za">gerhard.laubscher@sanae.sanap.ac.za</A><BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;<A 
  href="mailto:gerhard.laubscher@sanae.sanap.ac.za">mailto:gerhard.laubscher@sanae.sanap.ac.za</A>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  website : <A 
  href="http://www.sanap.org.za/sanae_team.html">www.sanap.org.za/sanae_team.html</A><BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;<A 
  href="http://www.sanap.org.za/sanae_team.html">http://www.sanap.org.za/sanae_team.html</A>&gt;<BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  _______________________________________________<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Icc-avr mailing list<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <A 
  href="mailto:Icc-avr@imagecraft.com">Icc-avr@imagecraft.com</A> &lt;<A 
  href="mailto:Icc-avr@imagecraft.com">mailto:Icc-avr@imagecraft.com</A>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  <A 
  href="http://dragonsgate.net/mailman/listinfo/icc-avr">http://dragonsgate.net/mailman/listinfo/icc-avr</A><BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  ------------------------------------------------------------------------<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Plan your next roadtrip with MapQuest.com<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;<A 
  href="http://www.mapquest.com/?ncid=mpqmap00030000000004">http://www.mapquest.com/?ncid=mpqmap00030000000004</A>&gt;: 
  America's #1<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Mapping Site.<BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  ------------------------------------------------------------------------<BR>&gt; 
  <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  _______________________________________________<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Icc-avr mailing list<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <A 
  href="mailto:Icc-avr@imagecraft.com">Icc-avr@imagecraft.com</A><BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  <A 
  href="http://dragonsgate.net/mailman/listinfo/icc-avr">http://dragonsgate.net/mailman/listinfo/icc-avr</A><BR>&gt; 
  <BR>&gt; <BR>&gt; 
  ------------------------------------------------------------------------<BR>&gt; 
  <BR>&gt; _______________________________________________<BR>&gt; Icc-avr 
  mailing list<BR>&gt; <A 
  href="mailto:Icc-avr@imagecraft.com">Icc-avr@imagecraft.com</A><BR>&gt; <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>