<?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://www.semifluid.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.semifluid.com</link>
	<description>Intermediate in flow properties between solids and liquids; highly viscous.</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:18:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on PIC16F88 Delorme Tripmate GPS Logger by Robert</title>
		<link>http://www.semifluid.com/?p=43&#038;cpage=1#comment-5635</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 26 Aug 2010 15:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.semifluid.com/?p=43#comment-5635</guid>
		<description>@mark

It will sort of... 

The hyperformance uses &quot;EARTHA&quot; as the string instead of &quot;ASTRAL&quot;.
Also and this is where it gets complicated, the hyperformance uses binary data instead of a $GPRMC sentence.  

So what does all this mean to you?  Well the code has to be rewritten to handle the binary data but the circuit is exactly the same.

I know it was nearly a year ago you asked this question.  But I thought I would provide the answer in case anyone stumbled along here.  If anyone has questions about the hyperformance, you can e-mail me at hyperformance(AT)learn2think.org. Of course replace (AT) with the appropriate symbol and hopefully that won&#039;t garner to much spam.</description>
		<content:encoded><![CDATA[<p>@mark</p>
<p>It will sort of&#8230; </p>
<p>The hyperformance uses &#8220;EARTHA&#8221; as the string instead of &#8220;ASTRAL&#8221;.<br />
Also and this is where it gets complicated, the hyperformance uses binary data instead of a $GPRMC sentence.  </p>
<p>So what does all this mean to you?  Well the code has to be rewritten to handle the binary data but the circuit is exactly the same.</p>
<p>I know it was nearly a year ago you asked this question.  But I thought I would provide the answer in case anyone stumbled along here.  If anyone has questions about the hyperformance, you can e-mail me at hyperformance(AT)learn2think.org. Of course replace (AT) with the appropriate symbol and hopefully that won&#8217;t garner to much spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18F2550 USB HID IO by Alin Ipatescu</title>
		<link>http://www.semifluid.com/?p=23&#038;cpage=2#comment-5632</link>
		<dc:creator>Alin Ipatescu</dc:creator>
		<pubDate>Wed, 18 Aug 2010 14:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=23#comment-5632</guid>
		<description>I was not specific. Your project using 20MHz 
PLLDIV=0b100 (PLL Prescaler /5) -&gt;4MHz
using the PLL -&gt; 4*24=96MHz
divide by 2 -&gt; 48MHz
USBDIV=0b1
FSEN=0b1

Full speed? your project is similar to my calculations?</description>
		<content:encoded><![CDATA[<p>I was not specific. Your project using 20MHz<br />
PLLDIV=0b100 (PLL Prescaler /5) -&gt;4MHz<br />
using the PLL -&gt; 4*24=96MHz<br />
divide by 2 -&gt; 48MHz<br />
USBDIV=0b1<br />
FSEN=0b1</p>
<p>Full speed? your project is similar to my calculations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18F2550 USB HID IO by Alin Ipatescu</title>
		<link>http://www.semifluid.com/?p=23&#038;cpage=2#comment-5631</link>
		<dc:creator>Alin Ipatescu</dc:creator>
		<pubDate>Wed, 18 Aug 2010 14:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=23#comment-5631</guid>
		<description>Hi,

I was studied the datasheet of PIC18F 2455/2550/4455/4550, at page 26 of 438
http://ww1.microchip.com/downloads/en/DeviceDoc/39632e.pdf
I am asking about the oscillator. If I want to use one that is 8MHz:
PLLDIV=0b001 (PLL Prescaler /2) -&gt;4MHz
using the PLL                              -&gt; 4*24=96MHz
divide by 2                                 -&gt; 48MHz
USBDIV=0b1
FSEN=0b1

So I will have 48MHz so full speed. Is this possible? I heard it is only in ideal cases. I&#039;m not interested in full speed, but I have a board made by someone and it has a quartz of 8MHz. I have read that low speed requires 6MHz clock.

I want to use on the PC side a C# terminal, that use a class SerialPort (I want my uC be seen as a VCP - virtual COM port). Are you familiar with my choice?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was studied the datasheet of PIC18F 2455/2550/4455/4550, at page 26 of 438<br />
<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/39632e.pdf" rel="nofollow">http://ww1.microchip.com/downloads/en/DeviceDoc/39632e.pdf</a><br />
I am asking about the oscillator. If I want to use one that is 8MHz:<br />
PLLDIV=0b001 (PLL Prescaler /2) -&gt;4MHz<br />
using the PLL                              -&gt; 4*24=96MHz<br />
divide by 2                                 -&gt; 48MHz<br />
USBDIV=0b1<br />
FSEN=0b1</p>
<p>So I will have 48MHz so full speed. Is this possible? I heard it is only in ideal cases. I&#8217;m not interested in full speed, but I have a board made by someone and it has a quartz of 8MHz. I have read that low speed requires 6MHz clock.</p>
<p>I want to use on the PC side a C# terminal, that use a class SerialPort (I want my uC be seen as a VCP &#8211; virtual COM port). Are you familiar with my choice?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18F2550 KS0108 Graphical LCD Oscilloscope by links for 2010-08-11 &#171; Where Is All This Leading To?</title>
		<link>http://www.semifluid.com/?p=15&#038;cpage=3#comment-5629</link>
		<dc:creator>links for 2010-08-11 &#171; Where Is All This Leading To?</dc:creator>
		<pubDate>Thu, 12 Aug 2010 00:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=15#comment-5629</guid>
		<description>[...] semifluid.com » Blog Archive » PIC18F2550 KS0108 Graphical LCD Oscilloscope (tags: ks0108 pics pic graphics arduino circuits lcd project projects make microchip electronics oscilloscope microcontroller graphical schematics diy) [...]</description>
		<content:encoded><![CDATA[<p>[...] semifluid.com » Blog Archive » PIC18F2550 KS0108 Graphical LCD Oscilloscope (tags: ks0108 pics pic graphics arduino circuits lcd project projects make microchip electronics oscilloscope microcontroller graphical schematics diy) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18F2550 USB HID Oscilloscope by Erdem U. Altinyurt</title>
		<link>http://www.semifluid.com/?p=24&#038;cpage=3#comment-5628</link>
		<dc:creator>Erdem U. Altinyurt</dc:creator>
		<pubDate>Wed, 11 Aug 2010 13:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=24#comment-5628</guid>
		<description>Hi there! Thanks for the project. At least I don&#039;t fear from USB port any more :D

You application is good but doesn&#039;t works with linux.
I recreate it&#039;s GUI application using wxPython and pyusb. I can say that it&#039;s much faster than VB...
It could also work with windows soon (because of there is no libusb1 for windows but libusb0)
Although It&#039;s easy to convert code to use libusb0 library also. But I don&#039;t care it..

Here is the my git repo for the python GUI. You could also give link at top.
http://github.com/EUA/PyOSC

Regards</description>
		<content:encoded><![CDATA[<p>Hi there! Thanks for the project. At least I don&#8217;t fear from USB port any more <img src='http://www.semifluid.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>You application is good but doesn&#8217;t works with linux.<br />
I recreate it&#8217;s GUI application using wxPython and pyusb. I can say that it&#8217;s much faster than VB&#8230;<br />
It could also work with windows soon (because of there is no libusb1 for windows but libusb0)<br />
Although It&#8217;s easy to convert code to use libusb0 library also. But I don&#8217;t care it..</p>
<p>Here is the my git repo for the python GUI. You could also give link at top.<br />
<a href="http://github.com/EUA/PyOSC" rel="nofollow">http://github.com/EUA/PyOSC</a></p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18LF2550 Wireless Servo Controller by jaaziel</title>
		<link>http://www.semifluid.com/?p=25&#038;cpage=1#comment-5627</link>
		<dc:creator>jaaziel</dc:creator>
		<pubDate>Thu, 05 Aug 2010 01:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=25#comment-5627</guid>
		<description>sir may i ask how to connect the servo motor on the camera and how to make system on vb6 because this system is our thesis the wireless camera using vb..sir it possible to make a system on vb trough this servo controller</description>
		<content:encoded><![CDATA[<p>sir may i ask how to connect the servo motor on the camera and how to make system on vb6 because this system is our thesis the wireless camera using vb..sir it possible to make a system on vb trough this servo controller</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18LF2550 2.4GHz Serial Link by rudy kaderi</title>
		<link>http://www.semifluid.com/?p=19&#038;cpage=1#comment-5623</link>
		<dc:creator>rudy kaderi</dc:creator>
		<pubDate>Mon, 26 Jul 2010 17:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=19#comment-5623</guid>
		<description>srry for the comment.. didnt notice  the asm and .c  ! im so sorry  thanks for the project</description>
		<content:encoded><![CDATA[<p>srry for the comment.. didnt notice  the asm and .c  ! im so sorry  thanks for the project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC18LF2550 2.4GHz Serial Link by rudy kaderi</title>
		<link>http://www.semifluid.com/?p=19&#038;cpage=1#comment-5622</link>
		<dc:creator>rudy kaderi</dc:creator>
		<pubDate>Mon, 26 Jul 2010 17:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://semifluid.com/blog/?p=19#comment-5622</guid>
		<description>hello , this project is just what im looking for!  im building an ultra-sonic self maintaining mobile radar scanner  for my BS project.. big name huh?! i tried usb communication but im stuck with a short range! so i need it wireless, and preferably i want to use ur project to make my last 25% part of my project.  Can you help me and send me the source codes to my email  ahmad_kaderi@hotmail.com ..cause HEX are useless if i want to change the program. And i will add your name in my BS report to maintain all rights. thank you in advance</description>
		<content:encoded><![CDATA[<p>hello , this project is just what im looking for!  im building an ultra-sonic self maintaining mobile radar scanner  for my BS project.. big name huh?! i tried usb communication but im stuck with a short range! so i need it wireless, and preferably i want to use ur project to make my last 25% part of my project.  Can you help me and send me the source codes to my email  <a href="mailto:ahmad_kaderi@hotmail.com">ahmad_kaderi@hotmail.com</a> ..cause HEX are useless if i want to change the program. And i will add your name in my BS report to maintain all rights. thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking a Bike Ride &amp; PIC16F88 GPS Logger DR1r7 by sanjay saini</title>
		<link>http://www.semifluid.com/?p=80&#038;cpage=1#comment-5617</link>
		<dc:creator>sanjay saini</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.semifluid.com/?p=80#comment-5617</guid>
		<description>hi i am doing my M.Tech Final year project &quot;vehicle Tracking system&quot;so first i collect the Raw data through GPS transceiver so plz tell me how to stored in C# programming</description>
		<content:encoded><![CDATA[<p>hi i am doing my M.Tech Final year project &#8220;vehicle Tracking system&#8221;so first i collect the Raw data through GPS transceiver so plz tell me how to stored in C# programming</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 8&#215;8 RGB LED Display by Steve</title>
		<link>http://www.semifluid.com/?p=213&#038;cpage=1#comment-5590</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 07 Jul 2010 13:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.semifluid.com/?p=213#comment-5590</guid>
		<description>@&lt;a href=&quot;http://www.semifluid.com/?p=213&amp;cpage=1#comment-5589&quot; rel=&quot;nofollow&quot;&gt;Peter&lt;/a&gt;: The reason that it appears as though it is constantly resetting is because the code now looks for a &quot;sync byte&quot; at the beginning of each command: 0xAA

To get the VB code working with the DR1r8 firmware, a modification needs to be made to the Form1.vb source code in Private Sub timerPlayMovie_Tick.  Change the following snippets of code:
tempData = Chr(&amp;H10)
tempData = tempData &amp; Chr(Int(movieColor(currentFrame,...

To:
tempData = Chr(&amp;HAA)
tempData = tempData &amp; Chr(&amp;H10)
tempData = tempData &amp; Chr(Int(movieColor(currentFrame,...

Basically, this just appends the sync byte to the beginning of the packet.</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.semifluid.com/?p=213&#038;cpage=1#comment-5589" rel="nofollow">Peter</a>: The reason that it appears as though it is constantly resetting is because the code now looks for a &#8220;sync byte&#8221; at the beginning of each command: 0xAA</p>
<p>To get the VB code working with the DR1r8 firmware, a modification needs to be made to the Form1.vb source code in Private Sub timerPlayMovie_Tick.  Change the following snippets of code:<br />
tempData = Chr(&#038;H10)<br />
tempData = tempData &#038; Chr(Int(movieColor(currentFrame,&#8230;</p>
<p>To:<br />
tempData = Chr(&#038;HAA)<br />
tempData = tempData &#038; Chr(&#038;H10)<br />
tempData = tempData &#038; Chr(Int(movieColor(currentFrame,&#8230;</p>
<p>Basically, this just appends the sync byte to the beginning of the packet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
