<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>code, circuits, &#038; construction &#187; Lantronix</title>
	<atom:link href="http://www.tigoe.net/pcomp/code/category/category/Lantronix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tigoe.net/pcomp/code</link>
	<description>code and fabrication resources for physical computing and networking</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:56:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lantronix Analog Sender</title>
		<link>http://www.tigoe.net/pcomp/code/category/arduinowiring/206</link>
		<comments>http://www.tigoe.net/pcomp/code/category/arduinowiring/206#comments</comments>
		<pubDate>Tue, 09 Sep 2008 18:58:43 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>
		<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[embedded network arduino lantronix xport]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/?p=206</guid>
		<description><![CDATA[Here&#8217;s a short Wiring/Arduino program that waits for a connection to the microcontroller via a Lantronix device, and sends out an analog reading when it&#8217;s got a connection. The Lantronix device is in connectMode D4, and the TX is connected &#8230; <a href="http://www.tigoe.net/pcomp/code/category/arduinowiring/206">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/arduinowiring/206/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sensorbase datalogger</title>
		<link>http://www.tigoe.net/pcomp/code/category/PHP/253</link>
		<comments>http://www.tigoe.net/pcomp/code/category/PHP/253#comments</comments>
		<pubDate>Mon, 11 Feb 2008 13:11:16 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[arduino/wiring]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[making things talk]]></category>
		<category><![CDATA[netobjects]]></category>
		<category><![CDATA[networked objects]]></category>
		<category><![CDATA[pcomp]]></category>
		<category><![CDATA[physical computing]]></category>
		<category><![CDATA[sensorbase]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/?p=253</guid>
		<description><![CDATA[Sensorbase.org is an open data repository run by the Center for Embedded Networked Sensing at UCLA. It&#8217;s a database of sensor databases. You can upload datasets to it, and you can browse other datasets as well. If you&#8217;ve never set &#8230; <a href="http://www.tigoe.net/pcomp/code/category/PHP/253">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/PHP/253/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finding a Lantronix Device on a Subnet</title>
		<link>http://www.tigoe.net/pcomp/code/category/Lantronix/129</link>
		<comments>http://www.tigoe.net/pcomp/code/category/Lantronix/129#comments</comments>
		<pubDate>Thu, 13 Dec 2007 16:13:01 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/category/circuits/lantronix/129</guid>
		<description><![CDATA[Any Java app that receives TCP connections will be able to pull out the IP address of the device connecting to it.Processing app:If your router doesn't disclose the IP table, there are at least five ways you can discover the Xport's IP; one PC-dependent, one Mac-dependent, and three platform independent.Mac-dependent: download IPNetMonitorX and use it to ping all devices on your subnet....  This program uses the Hypermedia UDP library available at http://hypermedia.loeil.org/processing/ by Tom Igoe Created 18 April 2006 */// import UDP libraryimport hypermedia.net.*;UDP udp; // define the UDP objectint queryPort = 30718; // the port number for the device queryString broadcastIpAddress = "128.122.151.255"; // fill in IP address herevoid setup() { // create a new connection to listen for // UDP datagrams on query port udp = new UDP(this, queryPort);// listen for incoming packets: udp.listen( true );}//process eventsvoid draw() { // twiddle your thumbs.
 <a href="http://www.tigoe.net/pcomp/code/category/Lantronix/129">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/Lantronix/129/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lantronix Test Program</title>
		<link>http://www.tigoe.net/pcomp/code/category/arduinowiring/45</link>
		<comments>http://www.tigoe.net/pcomp/code/category/arduinowiring/45#comments</comments>
		<pubDate>Tue, 12 Sep 2006 13:56:27 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>
		<category><![CDATA[arduino/wiring]]></category>

		<guid isPermaLink="false">http://www.tigoe.com/pcomp/code2/category/arduinowiring/45</guid>
		<description><![CDATA[This is a very simple program to test the serial-to-ethernet connections of a Lantronix device connected to an Arduino or Wiring board./* Lantronix Test Sketch This sketch is written for an Arduino connected to a Lantronix device.  It simply says "hello" to any byte received in the serial port.
 <a href="http://www.tigoe.net/pcomp/code/category/arduinowiring/45">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/arduinowiring/45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Scraping using a Microcontroller</title>
		<link>http://www.tigoe.net/pcomp/code/category/PHP/25</link>
		<comments>http://www.tigoe.net/pcomp/code/category/PHP/25#comments</comments>
		<pubDate>Tue, 18 Apr 2006 09:20:41 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[arduino/wiring]]></category>

		<guid isPermaLink="false">http://www.tigoe.com/pcomp/code2/php/25</guid>
		<description><![CDATA[This program connects a Wiring or Arduino module to the internet through a Lantronix serial-to-ethernet converter (Xport, WiPort, or Micro)....  When the web page comes back, it parses the page for &#60; and &#62; symbols, and takes the string between them. <a href="http://www.tigoe.net/pcomp/code/category/PHP/25">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/PHP/25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xport to SQL</title>
		<link>http://www.tigoe.net/pcomp/code/category/PicbasicPro/35</link>
		<comments>http://www.tigoe.net/pcomp/code/category/PicbasicPro/35#comments</comments>
		<pubDate>Mon, 31 Oct 2005 22:18:24 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>
		<category><![CDATA[PicBasic Pro]]></category>

		<guid isPermaLink="false">http://www.tigoe.com/pcomp/code2/category/picbasic-pro/35</guid>
		<description><![CDATA[This program connects a microcontroller to a mySQL database via a Lantronix Xport and a PHP script.The PHP script it uses is the SQL_datalog.php script in the <a href="http://www.tigoe.net/pcomp/code/archives/php/000713.shtml">Network Data Logging Suite</a>.
 <a href="http://www.tigoe.net/pcomp/code/category/Picbasic Pro/35">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/PicbasicPro/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending UDP Datagrams to and from a Cobox, Xport, or WiPort</title>
		<link>http://www.tigoe.net/pcomp/code/category/Lantronix/128</link>
		<comments>http://www.tigoe.net/pcomp/code/category/Lantronix/128#comments</comments>
		<pubDate>Sat, 25 Sep 2004 11:09:44 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>

		<guid isPermaLink="false">http://www.tigoe.net/pcomp/code/category/circuits/lantronix/128</guid>
		<description><![CDATA[In this configuration, you have to compose your own outgoing datagrams, as follows:From the serial side, you send: (Start of transmission byte)(Destination IP byte 1)(Destination IP byte 2)(Destination IP byte 3)(Destination IP byte 4)(Number of data bytes (a two-byte value))(data bytes, highest to lowest)For example, to send the string "1023" to the address 192.168.0.20, you'd send the following into the serial port of the Cobox (these are the raw values of the bytes, in decimal form):2 192 168 0 20 0 4 49 48 50 51The device at 192.168.0.20 would receive the ASCII string "1023".To send to a Cobox, you just send a datagram as you normally would....  For example, if you sent the string "AAAA" to the cobox, from IP address 192.168.0.30, then what you'd see out the serial port would look like this (again, these are the raw values of the bytes, in decimal form):2 192 168 0 30 0 4 65 65 65 65This means that in order to get the data in the packet, you have to discard the header.
 <a href="http://www.tigoe.net/pcomp/code/category/Lantronix/128">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/Lantronix/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lantronix Device  Connection with serial feedback</title>
		<link>http://www.tigoe.net/pcomp/code/category/PicbasicPro/61</link>
		<comments>http://www.tigoe.net/pcomp/code/category/PicbasicPro/61#comments</comments>
		<pubDate>Wed, 23 Jun 2004 11:35:39 +0000</pubDate>
		<dc:creator>tigoe</dc:creator>
				<category><![CDATA[Lantronix]]></category>
		<category><![CDATA[PicBasic Pro]]></category>

		<guid isPermaLink="false">http://www.tigoe.com/pcomp/code2/category/picbasic-pro/61</guid>
		<description><![CDATA[The Lantronix Device has to have its connect mode set to verbose, so that it will send ASCII N when not connected, ASCII D when disconnecting, and ASCII C when a connection is made.'  connection to the Lantronix device through a hex inverter:TX var portd.0RX var portd.1' serial to PC for debugging:debugTX var portc.6' some indicator LED's for later use:yellowLED var portb.2greenLED var portb.7redLED var portb.3' two switches:switch1 var portb.0switch2 var portb.1' data coming in the serial port:inbyte var byte' set the switch pins to input mode:input switch1input switch2' clear all variables:clearmain: ' the Lantronix device is set to connect mode D5, meaning that ' it will return a byte to the PIC to indicate ' the connection status.
 <a href="http://www.tigoe.net/pcomp/code/category/Picbasic Pro/61">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.tigoe.net/pcomp/code/category/PicbasicPro/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
