<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>dding a USB thumb drive reader to electronics (rather than SD card)</title>
        <description> Gang!

I&#039;m running RAMPS 1.4 with an SD reader. I would like to be able to run g-code off a USB thumb drive rather than an SD CARD. Can the regular USB port on the Mega be used to read via the USB drive?

I saw a module called:

CH375B Module USB SPI interface Communication U-DISK Read Write For MCU DSP MPU

[www.ebay.com]

Do I even need this?

Any Thoughts

Thanks

Max</description>
        <link>https://reprap.org/forum/read.php?13,250085,250085#msg-250085</link>
        <lastBuildDate>Thu, 16 Jul 2026 01:32:50 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,250085,250803#msg-250803</guid>
            <title>Re: dding a USB thumb drive reader to electronics (rather than SD card)</title>
            <link>https://reprap.org/forum/read.php?13,250085,250803#msg-250803</link>
            <description><![CDATA[ There are very affordable adapters to make a USB thumb drive with an micro or non-micro SD card. Search for "USB card reader". This would solve the problem on the PC side, no software, firmware or electronics modifications required. Just one example of many:<br />
<br />
[<a href="http://dx.com/p/sdhc-usb-2-0-card-reader-6858" target="_blank"  rel="nofollow">dx.com</a>]]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 02 Oct 2013 05:38:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,250085,250675#msg-250675</guid>
            <title>Re: dding a USB thumb drive reader to electronics (rather than SD card)</title>
            <link>https://reprap.org/forum/read.php?13,250085,250675#msg-250675</link>
            <description><![CDATA[ Dust Wrote:<br />
-------------------------------------------------------<br />
&gt; I was looking at hacking on a<br />
&gt; [url=http://www.ftdichip.com/Products/Modules/Appl<br />
&gt; icationModules.htm#VDrive2]VDrive1-PCB[/url]  (now<br />
&gt; superseded with vdrive2) <br />
&gt; <br />
&gt; Its just a SPI or UART device that take simple<br />
&gt; serial commands. <br />
&gt; <br />
&gt; To me it looks very doable, but the firmware was<br />
&gt; beyond me...<br />
<br />
Hey, good find! That is just the type device I was thinking of. I knew FTDI do some good stuff, I didn't realise they did that. I probably should, since I have actually got one of their USB host dev boards I had forgotten about :)<br />
<br />
I will order a Vdrive2, and have a play with it. The VNC2 chip it is based is only a few pounds, I think I can put that onto to a small board and have it plug into a suitable connector.]]></description>
            <dc:creator>bobc</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 01 Oct 2013 18:08:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,250085,250382#msg-250382</guid>
            <title>Re: dding a USB thumb drive reader to electronics (rather than SD card)</title>
            <link>https://reprap.org/forum/read.php?13,250085,250382#msg-250382</link>
            <description><![CDATA[ I was looking at hacking on a <a href="http://www.ftdichip.com/Products/Modules/ApplicationModules.htm#VDrive2" target="_blank"  rel="nofollow">VDrive1-PCB</a>  (now superseded with vdrive2) <br />
<br />
Its just a SPI or UART device that take simple serial commands. <br />
<br />
To me it looks very doable, but the firmware was beyond me...]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 01 Oct 2013 06:32:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,250085,250178#msg-250178</guid>
            <title>Re: dding a USB thumb drive reader to electronics (rather than SD card)</title>
            <link>https://reprap.org/forum/read.php?13,250085,250178#msg-250178</link>
            <description><![CDATA[ The simple answer is no. To read a USB drive, you need a Host port, and the AVR has only a Device port.<br />
<br />
OK, in theory you could build an external USB host to SPI bridge or similar, and I think there may even be shields to do things like that, but it is pretty unwieldy.<br />
<br />
A lot of bigger micros have a combined device/host port (OTG) which could read a USB flash drive, with the right firmware. The Due has an OTG port for example.<br />
<br />
Hopefully as we move towards ARM chips then it will be easier to support USB devices.]]></description>
            <dc:creator>bobc</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 30 Sep 2013 15:23:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,250085,250085#msg-250085</guid>
            <title>dding a USB thumb drive reader to electronics (rather than SD card)</title>
            <link>https://reprap.org/forum/read.php?13,250085,250085#msg-250085</link>
            <description><![CDATA[ Gang!<br />
<br />
I'm running RAMPS 1.4 with an SD reader. I would like to be able to run g-code off a USB thumb drive rather than an SD CARD. Can the regular USB port on the Mega be used to read via the USB drive?<br />
<br />
I saw a module called:<br />
<br />
CH375B Module USB SPI interface Communication U-DISK Read Write For MCU DSP MPU<br />
<br />
[<a href="http://www.ebay.com/itm/CH375B-Module-USB-SPI-interface-Communication-U-DISK-Read-Write-For-MCU-DSP-MPU-/251299682118?pt=LH_DefaultDomain_0&amp;hash=item3a82a0d746" target="_blank"  rel="nofollow">www.ebay.com</a>]<br />
<br />
Do I even need this?<br />
<br />
Any Thoughts<br />
<br />
Thanks<br />
<br />
Max]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 30 Sep 2013 12:12:24 -0400</pubDate>
        </item>
    </channel>
</rss>
