<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Arduino Development Using NetBeans</title>
	<atom:link href="http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 01:27:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Building Arduino programs on the command line (and Netbeans) &#124; Stewart Mackenzie-Leigh</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-197738</link>
		<dc:creator>Building Arduino programs on the command line (and Netbeans) &#124; Stewart Mackenzie-Leigh</dc:creator>
		<pubDate>Mon, 17 Dec 2012 14:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-197738</guid>
		<description><![CDATA[[...] off with trying to use Eclipse with Jantje&#8217;s Arduino plugin and then Netbeans with Kerry Wong&#8217;s Netbeans plugin / makefile.  Both seem reasonably good, and I encourage you to give them a go; however I personally found the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] off with trying to use Eclipse with Jantje&#8217;s Arduino plugin and then Netbeans with Kerry Wong&#8217;s Netbeans plugin / makefile.  Both seem reasonably good, and I encourage you to give them a go; however I personally found the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Netbeans or the command line for arduino development &#124; Stewart Mackenzie-Leigh</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-197712</link>
		<dc:creator>Using Netbeans or the command line for arduino development &#124; Stewart Mackenzie-Leigh</dc:creator>
		<pubDate>Mon, 17 Dec 2012 01:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-197712</guid>
		<description><![CDATA[[...] started with trying to use Eclipse with Jantje&#8217;s Arduino plugin and then Netbeans with Kerry Wong&#8217;s Netbeans plugin / makefile.  Both seem reasonably good, and I encourage you to give them a go; however I found the Eclipse [...]]]></description>
		<content:encoded><![CDATA[<p>[...] started with trying to use Eclipse with Jantje&#8217;s Arduino plugin and then Netbeans with Kerry Wong&#8217;s Netbeans plugin / makefile.  Both seem reasonably good, and I encourage you to give them a go; however I found the Eclipse [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-193229</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Tue, 08 May 2012 00:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-193229</guid>
		<description><![CDATA[Hi Harald,

If it compiles correctly but the IDE does not recognize some keywords, it means that that the code assistance can not locate the header file. You will need to add the path to the library header files in Options/C/C++/Code Assistance if I remember correctly. As to how to make F11 work, I don&#039;t know if you can without writing some kind of plugin code.]]></description>
		<content:encoded><![CDATA[<p>Hi Harald,</p>
<p>If it compiles correctly but the IDE does not recognize some keywords, it means that that the code assistance can not locate the header file. You will need to add the path to the library header files in Options/C/C++/Code Assistance if I remember correctly. As to how to make F11 work, I don&#8217;t know if you can without writing some kind of plugin code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-193227</link>
		<dc:creator>Harald</dc:creator>
		<pubDate>Mon, 07 May 2012 20:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-193227</guid>
		<description><![CDATA[Hi Kerry,
good work. I really appreciate it.
Make runs through without errors.
I got two questions:
Why does the compiler complain about the statement &#039;Serial.begin(9600)&#039; with: &#039;Unable to resolve identifier Serial&#039; and finsih compiling flawlessly ?
How can I configure that F11 builds executes the &#039;make all&#039; ?
Thank you.
Regards
Harald]]></description>
		<content:encoded><![CDATA[<p>Hi Kerry,<br />
good work. I really appreciate it.<br />
Make runs through without errors.<br />
I got two questions:<br />
Why does the compiler complain about the statement &#8216;Serial.begin(9600)&#8217; with: &#8216;Unable to resolve identifier Serial&#8217; and finsih compiling flawlessly ?<br />
How can I configure that F11 builds executes the &#8216;make all&#8217; ?<br />
Thank you.<br />
Regards<br />
Harald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-191920</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Sat, 04 Feb 2012 00:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-191920</guid>
		<description><![CDATA[Hi John,

You will have to add the upload option manually by right clicking on the makefile and choose Make Target-&gt;Add Target and add the upload target name. Then you can right click and choose upload to upload the hex file generated.]]></description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>You will have to add the upload option manually by right clicking on the makefile and choose Make Target->Add Target and add the upload target name. Then you can right click and choose upload to upload the hex file generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-191919</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-191919</guid>
		<description><![CDATA[Thanks for providing a great utility.  It all worked fine for me with one exception.  I can build hex files but do not get the option to upload them to the board.  I get the options to make, make all, make clean and add target.  Any suggestions as to what needs changing would be appreciated. I am using Ubuntu 10.4 and Netbeans 7.1.]]></description>
		<content:encoded><![CDATA[<p>Thanks for providing a great utility.  It all worked fine for me with one exception.  I can build hex files but do not get the option to upload them to the board.  I get the options to make, make all, make clean and add target.  Any suggestions as to what needs changing would be appreciated. I am using Ubuntu 10.4 and Netbeans 7.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R² &#187; Blog Archive &#187; Versaloon and STM32</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-191771</link>
		<dc:creator>R² &#187; Blog Archive &#187; Versaloon and STM32</dc:creator>
		<pubDate>Mon, 23 Jan 2012 10:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-191771</guid>
		<description><![CDATA[[...] Arduino Development Using NetBeans http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Arduino Development Using NetBeans <a href="http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/" rel="nofollow">http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-177177</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Mon, 12 Dec 2011 19:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-177177</guid>
		<description><![CDATA[or now, thank you and look for a solution. Leandro good day]]></description>
		<content:encoded><![CDATA[<p>or now, thank you and look for a solution. Leandro good day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-177152</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Mon, 12 Dec 2011 17:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-177152</guid>
		<description><![CDATA[My understanding is that v1.0 has changed quite a bit from the previous versions. I will need to take a look to see if I could make it compatible with 1.0. Stay tuned.]]></description>
		<content:encoded><![CDATA[<p>My understanding is that v1.0 has changed quite a bit from the previous versions. I will need to take a look to see if I could make it compatible with 1.0. Stay tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-176570</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Sat, 10 Dec 2011 17:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-176570</guid>
		<description><![CDATA[Hello kwong I followed his guide to install arduino but I have to pluing difficonte with (ArduinoPlugin_v1.0.tar.gz) because when I unzip the archive I do not find *. nbm files so I can not install the pluing. I am using Product Version: NetBeans IDE 6.9 (Build 100825-unknown-revn)
Java: 1.6.0_22; OpenJDK 64-Bit Server VM 20.0-b11
System: Linux version 6.2.38-13-generic running on amd64; UTF-8, en_US (nb)
Userdir: / home/movid/.netbeans/6.9
Ubuntu 11.04 Maveric.
I hope you can give me an idea of what to do.
thanks Leandro]]></description>
		<content:encoded><![CDATA[<p>Hello kwong I followed his guide to install arduino but I have to pluing difficonte with (ArduinoPlugin_v1.0.tar.gz) because when I unzip the archive I do not find *. nbm files so I can not install the pluing. I am using Product Version: NetBeans IDE 6.9 (Build 100825-unknown-revn)<br />
Java: 1.6.0_22; OpenJDK 64-Bit Server VM 20.0-b11<br />
System: Linux version 6.2.38-13-generic running on amd64; UTF-8, en_US (nb)<br />
Userdir: / home/movid/.netbeans/6.9<br />
Ubuntu 11.04 Maveric.<br />
I hope you can give me an idea of what to do.<br />
thanks Leandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-176569</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Sat, 10 Dec 2011 17:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-176569</guid>
		<description><![CDATA[Hello kwong I followed his guide to install arduino but I have to pluing difficonte with (ArduinoPlugin_v1.0.tar.gz) because when I unzip the archive *. nbm files so I can not install the pluing. I am using Product Version: NetBeans IDE 6.9 (Build 100825-unknown-revn)
Java: 1.6.0_22; OpenJDK 64-Bit Server VM 20.0-b11
System: Linux version 6.2.38-13-generic running on amd64; UTF-8, en_US (nb)
Userdir: / home/movid/.netbeans/6.9
Ubuntu 11.04 Maveric.
I hope you can give me an idea of what to do.
thanks Leandro]]></description>
		<content:encoded><![CDATA[<p>Hello kwong I followed his guide to install arduino but I have to pluing difficonte with (ArduinoPlugin_v1.0.tar.gz) because when I unzip the archive *. nbm files so I can not install the pluing. I am using Product Version: NetBeans IDE 6.9 (Build 100825-unknown-revn)<br />
Java: 1.6.0_22; OpenJDK 64-Bit Server VM 20.0-b11<br />
System: Linux version 6.2.38-13-generic running on amd64; UTF-8, en_US (nb)<br />
Userdir: / home/movid/.netbeans/6.9<br />
Ubuntu 11.04 Maveric.<br />
I hope you can give me an idea of what to do.<br />
thanks Leandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-173332</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Wed, 30 Nov 2011 13:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-173332</guid>
		<description><![CDATA[Thanks Vincent!]]></description>
		<content:encoded><![CDATA[<p>Thanks Vincent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-173295</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Wed, 30 Nov 2011 10:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-173295</guid>
		<description><![CDATA[Hi all,

I modified de Kerry&#039;s plugins for use it with Netbeans 7.0.1 and Arduino 022.
You can download it on my website (in French) : http://vpicot.fr/tutoriels/87-plugins-arduino-022-pour-netbeans-701

This tutorial propose also a command for easily monitoring of the serial connection of Arduino.

Vince]]></description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I modified de Kerry&#8217;s plugins for use it with Netbeans 7.0.1 and Arduino 022.<br />
You can download it on my website (in French) : <a href="http://vpicot.fr/tutoriels/87-plugins-arduino-022-pour-netbeans-701" rel="nofollow">http://vpicot.fr/tutoriels/87-plugins-arduino-022-pour-netbeans-701</a></p>
<p>This tutorial propose also a command for easily monitoring of the serial connection of Arduino.</p>
<p>Vince</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Jorge</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-131735</link>
		<dc:creator>Rui Jorge</dc:creator>
		<pubDate>Wed, 15 Jun 2011 15:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-131735</guid>
		<description><![CDATA[The output is what i&#039;ve written in my last comment.
Anyways, I&#039;ve got it working yesterday at night...
I&#039;ve added the following to the CINCS and CXXINCS lines: -I`pwd`. I also changed the baud rate to 57600.
Now it works! I can only upload it through the terminal but it&#039;s fine for me.
I&#039;m sorry to saturate your page with comments but I have one more question to you!
Each time I create a new project, I have to copy the makefile from one of the last projects (&#039;cause the original one does not work for me).
Is there any way to make my makefile persistent to any new arduino projects?]]></description>
		<content:encoded><![CDATA[<p>The output is what i&#8217;ve written in my last comment.<br />
Anyways, I&#8217;ve got it working yesterday at night&#8230;<br />
I&#8217;ve added the following to the CINCS and CXXINCS lines: -I`pwd`. I also changed the baud rate to 57600.<br />
Now it works! I can only upload it through the terminal but it&#8217;s fine for me.<br />
I&#8217;m sorry to saturate your page with comments but I have one more question to you!<br />
Each time I create a new project, I have to copy the makefile from one of the last projects (&#8217;cause the original one does not work for me).<br />
Is there any way to make my makefile persistent to any new arduino projects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/05/16/arduino-development-using-netbeans/comment-page-1/#comment-131495</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Wed, 15 Jun 2011 00:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=2030#comment-131495</guid>
		<description><![CDATA[When you tried to upload what was the output of the command line used?]]></description>
		<content:encoded><![CDATA[<p>When you tried to upload what was the output of the command line used?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
