<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Host software not working with FTDI cable?</title>
        <description> I&#039;m trying to test my motherboard, but I can&#039;t seem to run the host software if my FTDI cable is plugged in.  The cable appears as COM5, and I changed preferences to COM5, and now when I run the host software it never gets beyond the command line window.  If I run it with the debug comm option off, it only gets as far as &quot;Java lib Version = RXTX-2.1-7&quot; then nothing.  If I turn debug comm on, I get one more line appearing; &quot;comms:  G-code; N0 M110 *3 dequeued and sent [0.010s/-1303269545739ms]&quot;  This is all - the rest of the program never appears, just the command line window.  Whether or not the cable is even plugged into the motherboard, it doesn&#039;t matter.  The cable works fine for loading the firmware.  I&#039;m trying this on a Windows 7 machine, if that matters, and version 1.2 motherboard.  The cable is an FTDI TTL-232 5V.</description>
        <link>https://reprap.org/forum/read.php?12,81406,81406#msg-81406</link>
        <lastBuildDate>Sat, 15 Aug 2026 02:06:41 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81646#msg-81646</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81646#msg-81646</link>
            <description><![CDATA[ The <b>reprap-mendel-20100806</b> version Host SW &amp; FW works fine.<br />
I've had it running for over 7 months now.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Fri, 22 Apr 2011 00:40:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81623#msg-81623</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81623#msg-81623</link>
            <description><![CDATA[ I'll have to wait until I get home tonight to answer that, but it's the version you get when you download it from the main link in the Build Mendel pages.  The only change I made to it so far is to add the two variable declarations (temptable and bedtemptable) that are being discussed in the firmware thread.  This works, to a point.  The led is flashing, the console is showing messages (including an error having to do with bed heating).  But if I try to jog the axes the host software freezes up.<br />
<br />
I'm strongly tempted at this point to add a big warning to the home page of the wiki, "DO NOT ATTEMPT TO BUILD A REPRAP IF YOU DO NOT POSSESS STRONG SOFTWARE DEVELOPMENT SKILLS".  I was really hoping that by this point the software for this project would be more stable, and that there would be more and better documentation for those of us who do not code for a living.  Instead, it seems that the core software has been abandoned by it's authors, and everyone with coding skills has run off to make their own version.  I'm a mechanical guy with some electrical knowledge, not a coder.  Getting to the point where I have a mechanically complete Mendel, with what I hope are complete electronics (how can I test them if the code is crap?!?), was a lot of work, but it was work I can do.  Now I've stopped making any progress at all.]]></description>
            <dc:creator>eustace</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 21 Apr 2011 17:28:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81524#msg-81524</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81524#msg-81524</link>
            <description><![CDATA[ What version host and firmware are you running? I had a lot problems with prints stalling with all releases before December. The one I'm using now with Techzone Gen 3 remix is a nightly release from 12/21/2010 and it seems to be the most stable and runs at 57600 baud.]]></description>
            <dc:creator>brnrd</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 20 Apr 2011 22:21:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81519#msg-81519</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81519#msg-81519</link>
            <description><![CDATA[ Tried it - at 19200 - and it worked.  One hurdle down...]]></description>
            <dc:creator>eustace</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 20 Apr 2011 20:40:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81497#msg-81497</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81497#msg-81497</link>
            <description><![CDATA[ Does the difference in baud rate explain the host software failing to run?  After all, if I leave the cable disconnected, so that there is no COM5 on the machine at all, the program will finish loading, and all three windows will be open (command line, Reprap console, and stage view).]]></description>
            <dc:creator>eustace</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 20 Apr 2011 15:49:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81487#msg-81487</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81487#msg-81487</link>
            <description><![CDATA[ Found it, I think.  HOST_BAUD is being set to 19200.  Should I bump it up, or turn it down in the host?  Right above where it gets set, there's a remark that says default is 57600.  Right below that, all configurations get set to 19200 except MENDEL_MEGA_DEFAULTS.  I guess default doesn't mean what it used to :)]]></description>
            <dc:creator>eustace</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 20 Apr 2011 12:54:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81480#msg-81480</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81480#msg-81480</link>
            <description><![CDATA[ you can find baudrate setting at configuration.h file inside a Five_Gcode_Interpreter folder.]]></description>
            <dc:creator>tv7957ht</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 20 Apr 2011 11:31:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81470#msg-81470</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81470#msg-81470</link>
            <description><![CDATA[ The host software is set to 57600, but I can't find where the baudrate is set in the firmware.]]></description>
            <dc:creator>eustace</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 20 Apr 2011 09:47:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81423#msg-81423</guid>
            <title>Re: Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81423#msg-81423</link>
            <description><![CDATA[ ... have you the same baudrate settings in properties and firmware?]]></description>
            <dc:creator>VDX</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 20 Apr 2011 03:57:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,81406,81406#msg-81406</guid>
            <title>Host software not working with FTDI cable?</title>
            <link>https://reprap.org/forum/read.php?12,81406,81406#msg-81406</link>
            <description><![CDATA[ I'm trying to test my motherboard, but I can't seem to run the host software if my FTDI cable is plugged in.  The cable appears as COM5, and I changed preferences to COM5, and now when I run the host software it never gets beyond the command line window.  If I run it with the debug comm option off, it only gets as far as "Java lib Version = RXTX-2.1-7" then nothing.  If I turn debug comm on, I get one more line appearing; "comms:  G-code; N0 M110 *3 dequeued and sent [0.010s/-1303269545739ms]"  This is all - the rest of the program never appears, just the command line window.  Whether or not the cable is even plugged into the motherboard, it doesn't matter.  The cable works fine for loading the firmware.  I'm trying this on a Windows 7 machine, if that matters, and version 1.2 motherboard.  The cable is an FTDI TTL-232 5V.]]></description>
            <dc:creator>eustace</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 19 Apr 2011 23:37:34 -0400</pubDate>
        </item>
    </channel>
</rss>
