<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>error uploading code to sanguino</title>
        <description>I&#039;ve looked through all the documentation and can&#039;t figure out what&#039;s wrong here.  I set up the arduino program for use with the sanguino board, set the USB port to /dev/ttyUSB0, and can compile the code successfully.  but, when I try to upload the software I get:

[code] problem uploading to board[/code]
[code] avrdude:  stk500_recv(): programmer is not responding [/code]

when I plug the sanguino USB into my computer the power LED turns on and the debug LED starts flashing red.  I tried pressing the reset button both before and after hitting upload with no luck.  If I turn the power to everything else on and leave it for a while, eventually the axis motors start pulsating in place.  does anyone know how i can get the code to upload?

I&#039;m using ubuntu 8.10.</description>
        <link>https://reprap.org/forum/read.php?12,20395,20395#msg-20395</link>
        <lastBuildDate>Sat, 18 Apr 2026 12:51:01 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,21063#msg-21063</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,21063#msg-21063</link>
            <description><![CDATA[ I figured out the problem(or more correctly, found on the forums the solution to the problem) and added the details to the builders wiki. hopefully noone will have the problem anymore]]></description>
            <dc:creator>letsburn00</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 03 Feb 2009 06:06:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20887#msg-20887</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20887#msg-20887</link>
            <description><![CDATA[ Have you looked here<br />
 [<a href="http://objects.reprap.org/wiki/Microcontroller_Firmware_Hints" target="_blank"  rel="nofollow">objects.reprap.org</a>]]]></description>
            <dc:creator>emt</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 28 Jan 2009 05:27:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20842#msg-20842</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20842#msg-20842</link>
            <description><![CDATA[ Windows]]></description>
            <dc:creator>letsburn00</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Mon, 26 Jan 2009 08:27:24 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20841#msg-20841</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20841#msg-20841</link>
            <description><![CDATA[ Windows or Linux?]]></description>
            <dc:creator>emt</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Mon, 26 Jan 2009 08:07:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20824#msg-20824</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20824#msg-20824</link>
            <description><![CDATA[ When I tried to install I got the error<br />
<br />
c:/documents and settings/customer/desktop/arduino-0011/hardware/tools/avr/bin/../lib/gcc/avr/4.1.2/../../../../avr/lib/avr5/crtm644p.o: In function `__vectors':<br />
<br />
<br />
../../../../../avr-libc-1.4.6/crt1/gcrt1.S:51: undefined reference to `main'<br />
<br />
<br />
Couldn't determine program size: C:\Documents and Settings\customer\Desktop\arduino-0011\hardware/tools/avr/bin/avr-size: 'C:\Documents and Settings\customer\Desktop\gcode_interpreter\applet\gcode_interpreter.hex': No such file<br />
<br />
<br />
avrdude: stk500_getsync(): not in sync: resp=0x30<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51<br />
<br />
<br />
The problem of needing a file called gcode_intepreter.hex seems to pop up. I tried using version 12 but without getting it to load. I just tried this on another computer using version 11 and this error came up. Any ideas? I tried resetting the sanguino for 10 seconds and no change.<br />
<br />
<br />
Edit: And I can't get it to normally compile either, the error I get then is<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
c:/documents and settings/customer/desktop/arduino-0011/hardware/tools/avr/bin/../lib/gcc/avr/4.1.2/../../../../avr/lib/avr5/crtm644p.o: In function `__vectors':<br />
<br />
<br />
../../../../../avr-libc-1.4.6/crt1/gcrt1.S:51: undefined reference to `main'<br />
<br />
<br />
Couldn't determine program size: C:\Documents and Settings\customer\Desktop\arduino-0011\hardware/tools/avr/bin/avr-size: 'C:\DOCUME~1\customer\LOCALS~1\Temp\build5394.tmp\gcode_interpreter.hex': No such file<br />
<br />
<br />
<br />
I think that I'll need to learn C at some point in future.]]></description>
            <dc:creator>letsburn00</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Sun, 25 Jan 2009 08:25:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20722#msg-20722</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20722#msg-20722</link>
            <description><![CDATA[ I got you. I just adjusted mine using a caliper till it was correct. I am using 3/8 inch rod and nuts.<br />
<br />
I have not tried Chris's firmware and I think I will take a look at it this weekend. <br />
<br />
The problem you might be having might be caused by the host software overriding the preferances set in the gcode interpiter. <br />
<br />
Bruce]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 22 Jan 2009 12:19:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20713#msg-20713</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20713#msg-20713</link>
            <description><![CDATA[ Hi Bruce,<br />
<br />
Thats exactly the problem all three axis are 6mm thread with 400 step stepers. using Chris's firm ware all axies work corectly to the mm works correctly.<br />
It is only when using the host SW that the settings on the host need to be set diffrently just for the Z axis Setting it to 200 steps/mm resolves the problem.<br />
This is not the correct value for a 6mm x 1mm thread with 400 step motor.]]></description>
            <dc:creator>bodgeit2</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 22 Jan 2009 08:34:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20690#msg-20690</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20690#msg-20690</link>
            <description><![CDATA[ I am using 0011 and it works 50% if I don't wait but if I wait for the 10 Sec it works 100% of the time. I have been uploading a ton because I have been working on getting the SD card to work. I am also using the Sanguino motherboard not that there is a difference. <br />
<br />
Bruce]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 14:03:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20689#msg-20689</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20689#msg-20689</link>
            <description><![CDATA[ it looks like 0012 has some bugs.  I couldn't even get the code to compile in 0012, so I downgraded.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 13:47:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20687#msg-20687</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20687#msg-20687</link>
            <description><![CDATA[ I was using arduino software 0012.]]></description>
            <dc:creator>bobt</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 13:40:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20683#msg-20683</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20683#msg-20683</link>
            <description><![CDATA[ it didn't do that for me, with arduino software 0011.  I can compile, then hit reset and immediately upload the code.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 13:27:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20682#msg-20682</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20682#msg-20682</link>
            <description><![CDATA[ Freds - It appears that the software will always recompile the code before uploading into the sanguino. Even if you just complied it. So the wait for 10 sec is required to reliably reload the chip.]]></description>
            <dc:creator>bobt</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 13:24:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20678#msg-20678</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20678#msg-20678</link>
            <description><![CDATA[ If I don't wait for around 10 sec. after hitting upload to press the reset it will fail. even if I have compiled. I only get this with larger files like the Gcode interpiter. <br />
<br />
Bruce]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 12:12:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20675#msg-20675</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20675#msg-20675</link>
            <description><![CDATA[ I make a habit of always compiling before I select an upload. After selecting upload I imedately punch the reset button.]]></description>
            <dc:creator>freds</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 11:40:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20673#msg-20673</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20673#msg-20673</link>
            <description><![CDATA[ Not to change the subject but I found that because of the size of the Gcode firmware you need to wait 10 sec. and then press the reset button on the Sanguino to get the code to load. This is because of the size of the program causing this and that it has to compile it first and it takes longer to compile causing the Sanguino to time out. <br />
<br />
Bruce Wattendorf]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 10:11:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20672#msg-20672</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20672#msg-20672</link>
            <description><![CDATA[ Bodge, <br />
<br />
You might just have to adjust your z-axis steps per mm setting this will vary from machine to machine depending on what you use as gears to drive the belt. It will be a lot slower then the x and y axis, which can be a pain if you have a tight zaxis system.<br />
<br />
<br />
Bruce]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 21 Jan 2009 10:08:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20644#msg-20644</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20644#msg-20644</link>
            <description><![CDATA[ Hi Slade<br />
<br />
The firmware im using is from Chris Meighan called "New, improved G-code firmware for RepRap " How did you resolve the Z axis jog resolution problem in the host SW.. here is a bit from my blog. <br />
<br />
"the only problem seen using the Host software is some kind of resolution problem with the Z axis where instead of 400 steps per mm you need to set this to 200mm don't know why yet. The firm ware from Chris seems to be correct in stand alone mode, not yet down loaded the source for the Host to investigate."]]></description>
            <dc:creator>BodgeIt</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Tue, 20 Jan 2009 15:00:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20531#msg-20531</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20531#msg-20531</link>
            <description><![CDATA[ I actually tried running the Gcode and the Z axis started working fine, as in I had to manually position it for the first pass, but the Z axis would move back up for the second layer, etc.  My makeshift solution until I can figure out how to jog the Z axis is just to put a tap handle on the motor and turn it manually.  I can home the Z axis by putting something in the opto end stop and removing it, then clicking home, so you could try that.<br />
<br />
as for the extruder, it looks like there's just too much aluminum in the parts that I got from Zach to fully heat the tip.  I took it apart and found out that the plastic was melting and then re-cooling before it got extruded.  Aluminum has a relatively low specific heat, and there's a lot of aluminum in the tips that Zach has.  So, I sawed the tip off a steel bolt, and machined it down into a much smaller tip with the nichrome coil extending almost to the tip.  the downside is that i can't change the tip size without a new nichrome coil and thermistor, unless i decided to drill it out and jbweld a new tip on.  hopefully this will work.  I'm still trying to figure out the problem with the axis multiplication coefficient.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Fri, 16 Jan 2009 19:43:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20530#msg-20530</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20530#msg-20530</link>
            <description><![CDATA[ Slade, <br />
<br />
I checked everything and it seems to be the Gcode software it self I even check my wiring and swaped my board. <br />
<br />
The problem I am having is that the z axis only moves in one direction and also it will not home. it might be caused by the host software it self I am using the host software to talk to the gcode software.. <br />
<br />
Also your extruder motor might be wired backwards?<br />
<br />
Bruce Wattendorf]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Fri, 16 Jan 2009 19:14:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20478#msg-20478</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20478#msg-20478</link>
            <description><![CDATA[ hmm, and it looks like there's a problem with my extruder.  it turns, and the plastic has melted, but nothing's being extruded.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 23:57:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20477#msg-20477</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20477#msg-20477</link>
            <description><![CDATA[ also, the z axis moves a lot further per jog than either other axis.  i noticed that the default parameter "steps per mm" was different for the z axis than the other two, so i set it to the same value.  I started playing around with the values, and it doesn't seem to update anything.  I changed it by more than an order of magnitude, but the axes moved the same amount.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 23:51:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20465#msg-20465</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20465#msg-20465</link>
            <description><![CDATA[ I have been able to print using the old PIC electronics and have been printing on that for a while. And I can say the new stuff is a lot smoother. One thing I do is operate the z axis by hand just for testing and adjusting the printer at least you would be able to start printing.  <br />
<br />
I will make sure my board is working ok by switching to one of the other axis's and let you know.. <br />
<br />
Bruce]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 18:29:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20463#msg-20463</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20463#msg-20463</link>
            <description><![CDATA[ yeah, I'm so close but I just wish I could finally print out a part - between family, friends and professors (and people i borrowed equipment from), I have a dozen or so people waiting to see this.  I have to do work for my classes first, though.<br />
<br />
Let me know if you find anything out, if not I'll take a look at it this weekend.  Since we both have the same problem with the same axis, it's most likely software, unfortunately.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 17:25:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20462#msg-20462</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20462#msg-20462</link>
            <description><![CDATA[ humm, I have the same issue I thought it was my z axis stepper board now I will have to look into it more.  Well it is good to see you are somewhat up and running.. <br />
<br />
Bruce]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 16:49:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20461#msg-20461</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20461#msg-20461</link>
            <description><![CDATA[ strangely enough, it's working now and I didn't change anything.  oh well - i'm not complaining.<br />
<br />
although, now the Z axis is acting a bit strange.  i can jog it down, but when i try jogging it back up there's just a tiny blip and then it stops.  if I press home, nothing happens.  i have to put something in between the upper opto end stop and remove it, then press home, and then the axis will move back up for ~3 seconds before stopping.  I'm not sure what's going on here.  the hardware/software overall seems pretty flakey at the moment.  I'll take another look at it when i get the time.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 16:30:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20450#msg-20450</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20450#msg-20450</link>
            <description><![CDATA[ Check your pins.h file to see what it is set to. These settings are the pin number on the chip mine is set to pin 4 I think at least I will check tonight. <br />
<br />
I just ran into this when I was trying to use the I2c bus for the LCD board and it did not work. <br />
<br />
Let me know <br />
<br />
Bruce Wattendorf]]></description>
            <dc:creator>brucew</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 13:29:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20439#msg-20439</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20439#msg-20439</link>
            <description><![CDATA[ Which are you using, Thermistor or Thermocouple?<br />
<br />
Did you change the defines in thermistortable.h to match your setup?]]></description>
            <dc:creator>emt</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 09:23:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20431#msg-20431</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20431#msg-20431</link>
            <description><![CDATA[ the only thing still not working is the temperature sensor.  I double checked the connections, +5V and ground are connected and the signal leads to A4 (D27).  I checked the signal voltage and it's around 4.7V,  so that means the problem must be either in the sanguino or in software.  When I upload the test software to the sanguino nothing happens.  it doesn't return the temperature values.  And, when I run the full software, it just displays 0 for the temperature.  Is it supposed to be a different pin than A4?  or is there something else I'm missing?]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 04:22:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20427#msg-20427</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20427#msg-20427</link>
            <description><![CDATA[ okay, I fixed most of my problems, (hopefully all, we'll see) and I'll post here in case anyone has similar problems.<br />
<br />
The compilation error with the gcode is due to the new arduino software.  I downgraded to version 011 and now the code uploads to my sanguino.  Also I got the following error while trying to create the gcode:<br />
<br />
"Exception in thread "Producer" java.lang.OutOfMemoryError: Java heap space"<br />
<br />
so I edited the execution code in the "reprap" executable to become:<br />
<br />
"java -Xms32m -Xmx1024m -cp $CLASSPATH -Djava.library.path=. org.reprap.Main"<br />
<br />
I think for some reason the heap space definition already included didn't work because I'm using java 1.6.0 instead of OpenJDK.  -Xms32m sets the starting java heap space, and -Xmx1024m sets the max heap space.<br />
<br />
Another error I had was listed on the opto end stop build page, on some of the end stops high and low are inverted, so you have to edit #define ENDSTOPS_INVERTING 1 in parameters.h<br />
<br />
the last error I had (so far) was when I tried controlling the sanguino from within the host software, nothing worked.  I realized that when I was starting the host software, it was automatically setting the sanguino as /dev/ttyUSB0, while the arduino software (tools&gt;serial port) listed it as /dev/ttyUSB1.  I don't know how to change what it's set as within the host software, so I just unplugged the sanguino, plugged it back in, and everything works.<br />
<br />
now, on to see if I can make a part.]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Thu, 15 Jan 2009 00:05:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?12,20395,20425#msg-20425</guid>
            <title>Re: error uploading code to sanguino</title>
            <link>https://reprap.org/forum/read.php?12,20395,20425#msg-20425</link>
            <description><![CDATA[ okay, i'm really confusing myself here because all the information is so spread out, there's mixed documentation relating to PIC controllers, the arduino, and the sanguino, and it looks like the gcode interpreter isn't finished yet.  I have all the hardware set up with a sanguino and i've verified that i can upload to it.  I have the host software installed on my computer.  what do I have to upload to the sanguino to get it to work with the host software and print a part?]]></description>
            <dc:creator>slade</dc:creator>
            <category>RepRap Host</category>
            <pubDate>Wed, 14 Jan 2009 18:46:04 -0500</pubDate>
        </item>
    </channel>
</rss>
