<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Sanguino upload fails</title>
        <description> Hi All,

i finally managed to solder my sanguino kit from Zach.
I tried to upload the upload_test sketch to see if everything is ok.

on my Macbook with Arduino12 i get an error message, saying that another device is using the serial port, same on windows, It says COM4 is in use by an other programm. But there is no other programm running in both cases...

The power led is on, but very dimm as soon as i plug in the usb cable, it comes on bright as soon as i switch to USB power on the sanguino.

is here something wrong with the sanguino hardware ( dry solder point?? ) or is this software related?

can please someone help?

cheers,

 Torsten

error message:

Binary sketch size: 1422 bytes (of a 63488 byte maximum)

processing.app.SerialException: Serial port &#039;/dev/tty.usbserial-FTALE6IC&#039; already in use.  Try quiting any programs that may be using it.
	at processing.app.Serial.(Serial.java:140)
	at processing.app.Serial.(Serial.java:72)
	at processing.app.Uploader.flushSerialBuffer(Uploader.java:66)
	at processing.app.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:73)
	at processing.app.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:48)
	at processing.app.Sketch.upload(Sketch.java:1632)
	at processing.app.Sketch.exportApplet(Sketch.java:1701)
	at processing.app.Editor$41.run(Editor.java:2004)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)</description>
        <link>https://reprap.org/forum/read.php?13,17005,17005#msg-17005</link>
        <lastBuildDate>Wed, 12 Aug 2026 01:12:42 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,17005,17051#msg-17051</guid>
            <title>Re: Sanguino upload fails</title>
            <link>https://reprap.org/forum/read.php?13,17005,17051#msg-17051</link>
            <description><![CDATA[ Hi,<br />
<br />
thanks for the hint, This was exactly the tool i was looking for.]]></description>
            <dc:creator>Energetic</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 22 Sep 2008 17:07:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,17005,17048#msg-17048</guid>
            <title>Re: Sanguino upload fails</title>
            <link>https://reprap.org/forum/read.php?13,17005,17048#msg-17048</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Is there a way to identify which service is claiming /dev.ttyXXXX in OSX?</div></blockquote>
<br />
There's a nice *nix command line tool called <b>lsof</b>. It appears to exist under OSX, or so google would suggest; my familiarity with OSX extends to 'Darwin is a little bit like FreeBSD', so I can't provide more detailed advice ;)]]></description>
            <dc:creator>Ru</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 22 Sep 2008 10:45:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,17005,17006#msg-17006</guid>
            <title>Re: Sanguino upload fails</title>
            <link>https://reprap.org/forum/read.php?13,17005,17006#msg-17006</link>
            <description><![CDATA[ ok, i got it working under windows now, osx still resits any comunication attempts...<br />
<br />
For Windows it was the sony phone manager, tha, even deactivated, claims COM Ports...<br />
Freeing COM4 did the trick and let me upload the sketch with the "hit upload, wait 1sec and reset sanguino" procedure.<br />
<br />
Is there a way to identify which service is claiming /dev.ttyXXXX in OSX?<br />
<br />
Cheers,<br />
<br />
Torsten, who is enjoying a blinking debug led now]]></description>
            <dc:creator>Energetic</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 19 Sep 2008 07:37:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,17005,17005#msg-17005</guid>
            <title>Sanguino upload fails</title>
            <link>https://reprap.org/forum/read.php?13,17005,17005#msg-17005</link>
            <description><![CDATA[ Hi All,<br />
<br />
i finally managed to solder my sanguino kit from Zach.<br />
I tried to upload the upload_test sketch to see if everything is ok.<br />
<br />
on my Macbook with Arduino12 i get an error message, saying that another device is using the serial port, same on windows, It says COM4 is in use by an other programm. But there is no other programm running in both cases...<br />
<br />
The power led is on, but very dimm as soon as i plug in the usb cable, it comes on bright as soon as i switch to USB power on the sanguino.<br />
<br />
is here something wrong with the sanguino hardware ( dry solder point?? ) or is this software related?<br />
<br />
can please someone help?<br />
<br />
cheers,<br />
<br />
 Torsten<br />
<br />
error message:<br />
<br />
Binary sketch size: 1422 bytes (of a 63488 byte maximum)<br />
<br />
processing.app.SerialException: Serial port '/dev/tty.usbserial-FTALE6IC' already in use.  Try quiting any programs that may be using it.<br />
	at processing.app.Serial.(Serial.java:140)<br />
	at processing.app.Serial.(Serial.java:72)<br />
	at processing.app.Uploader.flushSerialBuffer(Uploader.java:66)<br />
	at processing.app.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:73)<br />
	at processing.app.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:48)<br />
	at processing.app.Sketch.upload(Sketch.java:1632)<br />
	at processing.app.Sketch.exportApplet(Sketch.java:1701)<br />
	at processing.app.Editor$41.run(Editor.java:2004)<br />
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)<br />
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)<br />
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)<br />
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)<br />
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)<br />
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)<br />
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)]]></description>
            <dc:creator>Energetic</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 19 Sep 2008 06:20:44 -0400</pubDate>
        </item>
    </channel>
</rss>
