<?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 for semifluid.com</title>
	<atom:link href="http://semifluid.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://semifluid.com</link>
	<description>Intermediate in flow properties between solids and liquids; highly viscous.</description>
	<lastBuildDate>Wed, 15 Feb 2012 11:20:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PIC18F2550 USB HID Oscilloscope by caroline</title>
		<link>http://semifluid.com/2006/03/27/pic18f2550-usb-hid-oscilloscope/#comment-4894</link>
		<dc:creator>caroline</dc:creator>
		<pubDate>Wed, 15 Feb 2012 11:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=24#comment-4894</guid>
		<description>can u rectify these errors.i got these while buuilding in mikroc
 error: Can&#039;t open include file &quot;18f2550.h&quot;
    #include 
 error: Unknown #directive &quot;device&quot;
    #device ADC=8
 error: Unknown #directive &quot;fuses&quot;
    #fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREGEN
 error: Unknown #directive &quot;use&quot;
    #use delay(clock=48000000)
 error: Unknown #directive &quot;build&quot;
    #build(reset=0x1, interrupt=0x8)
 error: Unknown #directive &quot;ORG&quot;
    #ORG 0x0F00,0x0FFF {}
 error: Unknown #directive &quot;use&quot;
    #use rs232(stream=PC, baud=115200, xmit=PIN_C6, rcv=PIN_C7, ERRORS)
error: Unknown #directive &quot;DEFINE&quot;
    #DEFINE USB_HID_DEVICE TRUE
 error: Can&#039;t open include file &quot;pic18_usb.h&quot;
    #include 
 error: Can&#039;t open include file &quot;usb_desc_hid 8-byte.h&quot;
    #include 
 error: Can&#039;t open include file &quot;usb.c&quot;
    #include 
 error: Unknown #directive &quot;INT_RDA&quot;
    #INT_RDA
12 errors in preprocessor.</description>
		<content:encoded><![CDATA[<p>can u rectify these errors.i got these while buuilding in mikroc<br />
 error: Can&#8217;t open include file &#8220;18f2550.h&#8221;<br />
    #include<br />
 error: Unknown #directive &#8220;device&#8221;<br />
    #device ADC=8<br />
 error: Unknown #directive &#8220;fuses&#8221;<br />
    #fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREGEN<br />
 error: Unknown #directive &#8220;use&#8221;<br />
    #use delay(clock=48000000)<br />
 error: Unknown #directive &#8220;build&#8221;<br />
    #build(reset=0&#215;1, interrupt=0&#215;8)<br />
 error: Unknown #directive &#8220;ORG&#8221;<br />
    #ORG 0x0F00,0x0FFF {}<br />
 error: Unknown #directive &#8220;use&#8221;<br />
    #use rs232(stream=PC, baud=115200, xmit=PIN_C6, rcv=PIN_C7, ERRORS)<br />
error: Unknown #directive &#8220;DEFINE&#8221;<br />
    #DEFINE USB_HID_DEVICE TRUE<br />
 error: Can&#8217;t open include file &#8220;pic18_usb.h&#8221;<br />
    #include<br />
 error: Can&#8217;t open include file &#8220;usb_desc_hid 8-byte.h&#8221;<br />
    #include<br />
 error: Can&#8217;t open include file &#8220;usb.c&#8221;<br />
    #include<br />
 error: Unknown #directive &#8220;INT_RDA&#8221;<br />
    #INT_RDA<br />
12 errors in preprocessor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18F2550 USB HID IO by caroline</title>
		<link>http://semifluid.com/2006/03/28/pic18f2550-usb-hid-io/#comment-4893</link>
		<dc:creator>caroline</dc:creator>
		<pubDate>Mon, 13 Feb 2012 17:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=23#comment-4893</guid>
		<description>I got the following errors while building this c code in mickroC.can u help me with this.

 error: Can&#039;t open include file &quot;18f2550.h&quot;
    #include 
 error: Unknown #directive &quot;device&quot;
    #device ADC=8
error: Unknown #directive &quot;fuses&quot;
    #fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREGEN
 error: Unknown #directive &quot;use&quot;
    #use delay(clock=48000000)
 error: Unknown #directive &quot;use&quot;
    #use rs232(stream=PC, baud=115200, xmit=PIN_C6, rcv=PIN_C7, ERRORS)
error: Unknown #directive &quot;DEFINE&quot;
    #DEFINE USB_HID_DEVICE TRUE
 error: Can&#039;t open include file &quot;pic18_usb.h&quot;
    #include 
 error: Can&#039;t open include file &quot;usb_desc_hid 8-byte.h&quot;
    #include 
error: Can&#039;t open include file &quot;usb.c&quot;
    #include 
 error: Unknown #directive &quot;INT_RDA&quot;
    #INT_RDA
10 errors in preprocessor.</description>
		<content:encoded><![CDATA[<p>I got the following errors while building this c code in mickroC.can u help me with this.</p>
<p> error: Can&#8217;t open include file &#8220;18f2550.h&#8221;<br />
    #include<br />
 error: Unknown #directive &#8220;device&#8221;<br />
    #device ADC=8<br />
error: Unknown #directive &#8220;fuses&#8221;<br />
    #fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREGEN<br />
 error: Unknown #directive &#8220;use&#8221;<br />
    #use delay(clock=48000000)<br />
 error: Unknown #directive &#8220;use&#8221;<br />
    #use rs232(stream=PC, baud=115200, xmit=PIN_C6, rcv=PIN_C7, ERRORS)<br />
error: Unknown #directive &#8220;DEFINE&#8221;<br />
    #DEFINE USB_HID_DEVICE TRUE<br />
 error: Can&#8217;t open include file &#8220;pic18_usb.h&#8221;<br />
    #include<br />
 error: Can&#8217;t open include file &#8220;usb_desc_hid 8-byte.h&#8221;<br />
    #include<br />
error: Can&#8217;t open include file &#8220;usb.c&#8221;<br />
    #include<br />
 error: Unknown #directive &#8220;INT_RDA&#8221;<br />
    #INT_RDA<br />
10 errors in preprocessor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18F2550 USB HID IO by rose</title>
		<link>http://semifluid.com/2006/03/28/pic18f2550-usb-hid-io/#comment-4892</link>
		<dc:creator>rose</dc:creator>
		<pubDate>Sat, 11 Feb 2012 13:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=23#comment-4892</guid>
		<description>i need the c code for PC based oscilloscope using PIC18F2550.Which is supported in MPLAB 7.31</description>
		<content:encoded><![CDATA[<p>i need the c code for PC based oscilloscope using PIC18F2550.Which is supported in MPLAB 7.31</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC16F628 Serial 1 RGB LED PWM Controller by Marc</title>
		<link>http://semifluid.com/2006/01/31/serial-1-rgb-led-pwm-controller/#comment-4854</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=11#comment-4854</guid>
		<description>Hi!

Does it work with pic16f628A?

thank you!
marC:)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Does it work with pic16f628A?</p>
<p>thank you!<br />
marC:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC12F675 Single RGB LED Controller by ernesto</title>
		<link>http://semifluid.com/2006/01/31/pic12f675-single-rgb-led-controller/#comment-4615</link>
		<dc:creator>ernesto</dc:creator>
		<pubDate>Fri, 03 Feb 2012 02:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=8#comment-4615</guid>
		<description>hi :

i am new in the pic world 
i just want to know how learn all about pic 12f675
how begin how programming how to know all the instructions how program and how pass to hex files

i hope you can answer me 

thanks for help me...</description>
		<content:encoded><![CDATA[<p>hi :</p>
<p>i am new in the pic world<br />
i just want to know how learn all about pic 12f675<br />
how begin how programming how to know all the instructions how program and how pass to hex files</p>
<p>i hope you can answer me </p>
<p>thanks for help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC16F628 Serial 4 LED PWM by &#187; PIC16F628 Serial 4 LED PWM DR1r6 semifluid.com</title>
		<link>http://semifluid.com/2008/10/06/pic16f628-serial-4-led-pwm/#comment-1413</link>
		<dc:creator>&#187; PIC16F628 Serial 4 LED PWM DR1r6 semifluid.com</dc:creator>
		<pubDate>Tue, 10 Jan 2012 04:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.semifluid.com/?p=127#comment-1413</guid>
		<description>[...] been working on a project in my spare time with two friends to create some ambient light controllers, so I thought I&#8217;d [...]</description>
		<content:encoded><![CDATA[<p>[...] been working on a project in my spare time with two friends to create some ambient light controllers, so I thought I&#8217;d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 RGB LED Controller Update by &#187; 8&#215;8 RGB LED Display semifluid.com</title>
		<link>http://semifluid.com/2010/02/16/4-rgb-led-controller-update/#comment-1387</link>
		<dc:creator>&#187; 8&#215;8 RGB LED Display semifluid.com</dc:creator>
		<pubDate>Tue, 10 Jan 2012 00:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.semifluid.com/?p=191#comment-1387</guid>
		<description>[...] again! The current setup is basically 4 of the original 4 RGB LED Controller boards and 12 of the updated DR1r3 boards. All 16 are wired in parallel and being controlled by my desktop machine. You can see an extended [...]</description>
		<content:encoded><![CDATA[<p>[...] again! The current setup is basically 4 of the original 4 RGB LED Controller boards and 12 of the updated DR1r3 boards. All 16 are wired in parallel and being controlled by my desktop machine. You can see an extended [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18F2550 KS0108 Graphical LCD Oscilloscope Videos by &#187; PIC18F2550 KS0108 Graphical LCD Oscilloscope semifluid.com</title>
		<link>http://semifluid.com/2006/08/21/pic18f2550-ks0108-graphical-lcd-oscilloscope-videos/#comment-864</link>
		<dc:creator>&#187; PIC18F2550 KS0108 Graphical LCD Oscilloscope semifluid.com</dc:creator>
		<pubDate>Thu, 05 Jan 2012 19:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=29#comment-864</guid>
		<description>[...] of the internal ADC. However, it is a very nice display and I highly suggest you view the videos to see it in [...]</description>
		<content:encoded><![CDATA[<p>[...] of the internal ADC. However, it is a very nice display and I highly suggest you view the videos to see it in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

