<?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 Spice World!</title>
	<atom:link href="http://www.cyberspice.org.uk/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberspice.org.uk/blog</link>
	<description>The life and times of a jet setting software engineer!</description>
	<lastBuildDate>Tue, 02 Mar 2010 19:20:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Wordpress Coppermine Widget by K</title>
		<link>http://www.cyberspice.org.uk/blog/wordpress-coppermine-widget/comment-page-2/#comment-525</link>
		<dc:creator>K</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?page_id=171#comment-525</guid>
		<description>Hi cyberspice - I hope you still check these comments...

Pete Kavanagh said that he was able to edit your code to remove the &quot;normal_&quot; prefix from being added to the images.  Can you tell me how I can do the same?  The pop-ups don&#039;t work for me because nooe of my coppermine images have the &quot;normal&quot; prefix.</description>
		<content:encoded><![CDATA[<p>Hi cyberspice &#8211; I hope you still check these comments&#8230;</p>
<p>Pete Kavanagh said that he was able to edit your code to remove the &#8220;normal_&#8221; prefix from being added to the images.  Can you tell me how I can do the same?  The pop-ups don&#8217;t work for me because nooe of my coppermine images have the &#8220;normal&#8221; prefix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serial IO in PHP using the DIO extension by cyberspice</title>
		<link>http://www.cyberspice.org.uk/blog/2010/02/15/serial-io-in-php-using-the-dio-extension/comment-page-1/#comment-522</link>
		<dc:creator>cyberspice</dc:creator>
		<pubDate>Mon, 01 Mar 2010 13:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=429#comment-522</guid>
		<description>Hi Cliff,  I think the code snippet you pasted has gotten truncated. 

However if you are using DIO 0.0.4 I think this may be because I changed the default behaviour (which I shouldn&#039;t have had so I will fix it).  You need to provide &#039;is_canonical&#039; =&gt; 0 in your array of serial port settings.  Character 4, i.e. ctrl-D, is end of file in canonical mode and so no further data will be received.  You need to disable canonical mode in the settings.

Melanie</description>
		<content:encoded><![CDATA[<p>Hi Cliff,  I think the code snippet you pasted has gotten truncated. </p>
<p>However if you are using DIO 0.0.4 I think this may be because I changed the default behaviour (which I shouldn&#8217;t have had so I will fix it).  You need to provide &#8216;is_canonical&#8217; =&gt; 0 in your array of serial port settings.  Character 4, i.e. ctrl-D, is end of file in canonical mode and so no further data will be received.  You need to disable canonical mode in the settings.</p>
<p>Melanie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serial IO in PHP using the DIO extension by Cliff Lan</title>
		<link>http://www.cyberspice.org.uk/blog/2010/02/15/serial-io-in-php-using-the-dio-extension/comment-page-1/#comment-518</link>
		<dc:creator>Cliff Lan</dc:creator>
		<pubDate>Sun, 28 Feb 2010 17:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=429#comment-518</guid>
		<description>Dear Sir,

can you advise me why I can not read byte 0x04 ? when this byte arrives, the reading stopped. I was really puzzled.

Cliff

 19200,
  &#039;bits&#039; =&gt; 8,
  &#039;stop&#039;  =&gt; 1,
  &#039;parity&#039; =&gt; 0
)); 

$cnt=0;
$f = null;
while (1) {


  //if($f == null)$f = fopen(&#039;t&#039;.time(),&quot;w&quot;);

  $data = dio_read($fd,1);
print $data;
if(ord(substr($data,0,1)) == 0x04)
{
print &quot;EOT received\n&quot;;
dio_write($fd,chr(1).chr(2).chr(3).chr(4));
}

} 

dio_close($fd);
?&gt;</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>can you advise me why I can not read byte 0&#215;04 ? when this byte arrives, the reading stopped. I was really puzzled.</p>
<p>Cliff</p>
<p> 19200,<br />
  &#8216;bits&#8217; =&gt; 8,<br />
  &#8217;stop&#8217;  =&gt; 1,<br />
  &#8216;parity&#8217; =&gt; 0<br />
)); </p>
<p>$cnt=0;<br />
$f = null;<br />
while (1) {</p>
<p>  //if($f == null)$f = fopen(&#8216;t&#8217;.time(),&#8221;w&#8221;);</p>
<p>  $data = dio_read($fd,1);<br />
print $data;<br />
if(ord(substr($data,0,1)) == 0&#215;04)<br />
{<br />
print &#8220;EOT received\n&#8221;;<br />
dio_write($fd,chr(1).chr(2).chr(3).chr(4));<br />
}</p>
<p>} </p>
<p>dio_close($fd);<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serial IO in PHP using the DIO extension by cyberspice</title>
		<link>http://www.cyberspice.org.uk/blog/2010/02/15/serial-io-in-php-using-the-dio-extension/comment-page-1/#comment-516</link>
		<dc:creator>cyberspice</dc:creator>
		<pubDate>Sun, 28 Feb 2010 16:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=429#comment-516</guid>
		<description>Hi dongzhigang,

I&#039;ll look in to it.  I currently don&#039;t have a copy of VC6 but I&#039;ll see what I can do.</description>
		<content:encoded><![CDATA[<p>Hi dongzhigang,</p>
<p>I&#8217;ll look in to it.  I currently don&#8217;t have a copy of VC6 but I&#8217;ll see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Coppermine Widget by Nicole</title>
		<link>http://www.cyberspice.org.uk/blog/wordpress-coppermine-widget/comment-page-2/#comment-501</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?page_id=171#comment-501</guid>
		<description>I have the same problem as Melanie, and I did not put index.php or any other file name in the form.  I&#039;m pretty sure I did it right.  I think the problem is that it doesn&#039;t work with 2.9.2.</description>
		<content:encoded><![CDATA[<p>I have the same problem as Melanie, and I did not put index.php or any other file name in the form.  I&#8217;m pretty sure I did it right.  I think the problem is that it doesn&#8217;t work with 2.9.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serial IO in PHP using the DIO extension by dongzhigang</title>
		<link>http://www.cyberspice.org.uk/blog/2010/02/15/serial-io-in-php-using-the-dio-extension/comment-page-1/#comment-492</link>
		<dc:creator>dongzhigang</dc:creator>
		<pubDate>Sat, 20 Feb 2010 09:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=429#comment-492</guid>
		<description>dio-0.0.4RC4 compiled with vc6 failed, unable to find zend_config.h ...... asked about solutions,
Or send a php_dio.dll for php5.3.1, thank you.
Configure the environment:
windows xp
Apache2.2.14
dio-0.0.4RC4
PEAR-1.9.0
php-5.3.1</description>
		<content:encoded><![CDATA[<p>dio-0.0.4RC4 compiled with vc6 failed, unable to find zend_config.h &#8230;&#8230; asked about solutions,<br />
Or send a php_dio.dll for php5.3.1, thank you.<br />
Configure the environment:<br />
windows xp<br />
Apache2.2.14<br />
dio-0.0.4RC4<br />
PEAR-1.9.0<br />
php-5.3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Coppermine Widget by Gotti</title>
		<link>http://www.cyberspice.org.uk/blog/wordpress-coppermine-widget/comment-page-2/#comment-466</link>
		<dc:creator>Gotti</dc:creator>
		<pubDate>Tue, 02 Feb 2010 13:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?page_id=171#comment-466</guid>
		<description>Hello,
is it possible to use the plugin in a theme without widgets?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
is it possible to use the plugin in a theme without widgets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Coppermine Widget by Jimmy</title>
		<link>http://www.cyberspice.org.uk/blog/wordpress-coppermine-widget/comment-page-2/#comment-461</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 27 Jan 2010 06:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?page_id=171#comment-461</guid>
		<description>I would like to disable javascript plugin, as I do?</description>
		<content:encoded><![CDATA[<p>I would like to disable javascript plugin, as I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Coppermine Widget by cyberspice</title>
		<link>http://www.cyberspice.org.uk/blog/wordpress-coppermine-widget/comment-page-1/#comment-448</link>
		<dc:creator>cyberspice</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?page_id=171#comment-448</guid>
		<description>Which version of Wordpress and PHP are you using?</description>
		<content:encoded><![CDATA[<p>Which version of Wordpress and PHP are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Coppermine Widget by cyberspice</title>
		<link>http://www.cyberspice.org.uk/blog/wordpress-coppermine-widget/comment-page-1/#comment-447</link>
		<dc:creator>cyberspice</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?page_id=171#comment-447</guid>
		<description>Leave the index.php out of the URL.  The path should be the path to the directory containing Coppermine not the index file.</description>
		<content:encoded><![CDATA[<p>Leave the index.php out of the URL.  The path should be the path to the directory containing Coppermine not the index file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
