<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LPC2387 USB DRIVER FOR ANDROID</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/29822/lpc2387-usb-driver-for-android</link><description> 
Does anyone has connected an LPC2387 acting as a CDC to an Android
Tablet USB port, estabilishing a communication link between them
? 

 
Is there a specific driver for this ? 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: LPC2387 USB DRIVER FOR ANDROID</title><link>https://community.arm.com/thread/61423?ContentTypeID=1</link><pubDate>Sat, 01 Dec 2012 05:24:18 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:a26e12b3-4629-4c43-9f93-8c848a9d874a</guid><dc:creator>Chinzei Tsuneo</dc:creator><description>&lt;p&gt;&lt;p&gt;
Android 3.1 and later version works as a USB host (if your
tablet/phone would support this capability).&lt;br /&gt;
Using USB-Host APIs, you may run a CDC device on the port.&lt;/p&gt;

&lt;p&gt;
In this blog, the author has made an application which runs a FTDI
USB-UART, using USB-Host APIs.&lt;br /&gt;
&lt;a target="_blank" href="http://android.serverbox.ch/?p=370"&gt;&amp;quot; href=
&amp;quot;http://android.serverbox.ch/wp-content/uploads/2011/09/FTDI_USB.tar.gz&amp;quot;&amp;gt;
&lt;a href="http://android.serverbox.ch/wp-content/uploads/2011/09/FTDI_USB.tar.gz"&gt;android.serverbox.ch/.../FTDI_USB.tar.gz&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
FTDI_USBActivity.java&lt;br /&gt;
- Change VID/PID to your device&lt;/p&gt;

&lt;p&gt;
Line #55&lt;br /&gt;
private static final String VID_PID = &amp;quot;0403:6001&amp;quot;;&lt;/p&gt;

&lt;p&gt;
- Delete FTDI-specific control transfer at these lines&lt;/p&gt;

&lt;p&gt;
Line #166&lt;br /&gt;
conn.controlTransfer(0x40, 0, 0, 0, null, 0, 0);//reset&lt;br /&gt;
conn.controlTransfer(0x40, 0, 1, 0, null, 0, 0);//clear Rx&lt;br /&gt;
conn.controlTransfer(0x40, 0, 2, 0, null, 0, 0);//clear Tx&lt;br /&gt;
conn.controlTransfer(0x40, 0x03, 0x4138, 0, null, 0, 0);//baudrate
9600&lt;/p&gt;

&lt;p&gt;
That&amp;#39;s all ;-)&lt;/p&gt;

&lt;p&gt;
Tsuneo&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LPC2387 USB DRIVER FOR ANDROID</title><link>https://community.arm.com/thread/67894?ContentTypeID=1</link><pubDate>Thu, 29 Nov 2012 08:33:54 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:30e94d9e-65ff-48b6-8f6b-eed13ba7af4f</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
Don&amp;#39;t Android Tablets have USB &lt;b&gt;Device&lt;/b&gt; ports - so the LPC
would have to be &lt;b&gt;Host&lt;/b&gt;...?&lt;/p&gt;

&lt;p&gt;
&lt;a href="http://developer.android.com/tools/adk/aoa.html"&gt;developer.android.com/.../aoa.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
Example:&lt;br /&gt;
&lt;a href="https://www.sparkfun.com/products/10748"&gt;www.sparkfun.com/.../10748&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://ytai-mer.blogspot.co.uk/"&gt;ytai-mer.blogspot.co.uk/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
Google for more...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>